Task 2 – Delete Service Account
The operations used in this task are as follows:
Operation | HTTP Request |
---|---|
Delete Service Account | DELETE/service-accounts/{serviceAccountId} |
Request
curl -v 'https://developer.api.autodesk.com/authentication/v2/service-accounts/{{serviceAccountIdId}}' \
-X 'DELETE' \
-H 'Accept: application/json' \
-H 'Authorization: ••••••'
Response
HTTP/1.1 204