Skip to content

Commit 4e2e341

Browse files
Update _index.md
1 parent e214c64 commit 4e2e341

File tree

1 file changed

+3
-15
lines changed
  • content/tasks/english/working-with-calendar-exceptions/delete-calendar-exception

1 file changed

+3
-15
lines changed

content/tasks/english/working-with-calendar-exceptions/delete-calendar-exception/_index.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,7 @@ Before deleting, you need to identify which exception to remove. You can use the
4949
2. Note the index of the exception you want to delete
5050
3. Confirm that this is indeed the exception you want to remove
5151

52-
### Step 2: Prepare Your API Request
53-
54-
To delete a calendar exception, you'll use the DELETE method on the following endpoint:
55-
56-
57-
DELETE https://api.aspose.cloud/v3.0/tasks/{name}
58-
59-
Where:
60-
- `{name}` is your project file name (with extension)
61-
- `{calendarUid}` is the unique identifier of the calendar
62-
- `{index}` is the position of the exception in the collection
63-
64-
### Step 3: Make the API Request
52+
### Step 2: Make the API Request
6553

6654
Let's see how to make this request using cURL:
6755

@@ -73,7 +61,7 @@ curl -X DELETE "https://api.aspose.cloud/v3.0/tasks/Home%20move%20plan.mpp/calen
7361

7462
Replace `YOUR_ACCESS_TOKEN` with the token obtained through authentication.
7563

76-
### Step 4: Process the Response
64+
### Step 3: Process the Response
7765

7866
When successful, the API returns a JSON response with a success status:
7967

@@ -84,7 +72,7 @@ When successful, the API returns a JSON response with a success status:
8472
}
8573
```
8674

87-
### Step 5: Implement in Your Application
75+
### Step 4: Implement in Your Application
8876

8977
Now let's implement this functionality using different programming languages.
9078

0 commit comments

Comments
 (0)