DELETE /config/access/authorized_services/{id}
Deletes an authorized service.
Any user or authorized service can call this endpoint. If the caller has the Administrator Manager permission, then they can delete any authorized service. If the caller does not have the Administrator Manager permission, then they can only delete authorized services that they've created.
MIME Type |
---|
text/plain |
Parameter | Type | Optionality | Data Type | MIME Type | Description |
---|---|---|---|---|---|
id |
path |
Required |
Number (Integer) |
text/plain |
The ID of the authorized service to delete. |
HTTP Response Code | Unique Code | Description |
---|---|---|
403 |
95105002 |
Authorized services cannot delete themselves. |
404 |
95105001 |
The authorized service ID does not exist. |
Response Description
Response Sample