Skip to main content

Delete Password Policy by ID

DELETE 

/password-policies/:id

This API deletes the specified password policy. A token with ORG_ADMIN authority is required to call this API.

Request

Path Parameters

    id stringrequired

    The ID of password policy to delete.

    Example: ff808081838d9e9d01838da6a03e0002

Responses

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

Loading...