Skip to main content

Delete Password Sync Group by ID

DELETE 

/password-sync-groups/:id

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

Request

Path Parameters

    id stringrequired

    The ID of password sync group to delete.

    Example: 6881f631-3bd5-4213-9c75-8e05cc3e35dd

Responses

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

Loading...