@@ -49,19 +49,7 @@ Before deleting, you need to identify which exception to remove. You can use the
49492 . Note the index of the exception you want to delete
50503 . 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
6654Let'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
7462Replace ` YOUR_ACCESS_TOKEN ` with the token obtained through authentication.
7563
76- ### Step 4 : Process the Response
64+ ### Step 3 : Process the Response
7765
7866When 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
8977Now let's implement this functionality using different programming languages.
9078
0 commit comments