Skip to main content

Delete the specified Access Profile

DELETE 

/access-profiles/:id

This API deletes an existing Access Profile.

The Access Profile must not be in use, for example, Access Profile can not be deleted if they belong to an Application, Life Cycle State or a Role. 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.

Request

Path Parameters

    id stringrequired

    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...