DELETE
activities/:id
Deletes the specified Activity, including all versions and aliases.
Resource Information
Method and URI | DELETE https://developer.api.autodesk.com/da/us-east/v3/activities/:id |
Authentication Context | app only |
Required OAuth Scopes | code:all |
Data Format | JSON |
Request
Headers
Authorization* string | Must be Bearer <token> , where <token> is obtained via OAuth |
* Required
Request
URI Parameters
id string | Name of Activity (unqualified). |
Response
HTTP Status Code Summary
204 No Content | OK. |
403 Forbidden | Unauthorized |
404 Not Found | Not found. |
500 Internal Server Error | Unknown error. |
Example
OK.
Request
curl -v 'https://developer.api.autodesk.com/da/us-east/v3/activities/:id' \
-X 'DELETE' \
-H 'Authorization: Bearer AuIPTf4KYLTYGVnOHQ0cuolwCW2a'
Response
204 No Content