Delete Custom Password Instructions by page ID
DELETE/custom-password-instructions/:pageId
This API delete the custom password instructions for the specified page ID. A token with ORG_ADMIN authority is required to call this API.
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.