Skip to main content

Delete the specified Access Profile​

This API deletes an existing Access Profile.

The Access Profile must not be in use. If it is, a 400 error is returned.

A token with API, ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to invoke this API. In addition, a SOURCE_SUBADMIN token must be able to administer the Source associated with the Access Profile.

Path Parameters
  • id string required

    ID of the Access Profile to delete

Responses

No content - indicates the request was successful but there is no content to be returned in the response.

Loading...