Delete Custom Password Instructions by page ID
DELETE/custom-password-instructions/:pageId
experimental
This API is currently in an experimental state. The API is subject to change based on feedback and further testing. You must include the X-SailPoint-Experimental header and set it to true
to use this endpoint.
This API delete the custom password instructions for the specified page ID.
Request
Responses
- 204
- 400
- 403
- 404
- 500
No content - indicates the request was successful but there is no content to be returned in the response.
Client Error - Returned if the request body is invalid.
Forbidden - Returned if the user you are running as, doesn't have access to this end-point.
Not Found - returned if the request URL refers to a resource or object that does not exist
Internal Server Error - Returned if there is an unexpected error.