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.

Table 1. DELETE /config/access/authorized_services/{id} resource details
MIME Type

text/plain

Table 2. DELETE /config/access/authorized_services/{id} request parameter details
Parameter Type Optionality Data Type MIME Type Description

id

path

Required

Number (Integer)

text/plain

The ID of the authorized service to delete.

Table 3. DELETE /config/access/authorized_services/{id} response codes
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