Delete Member (DELETE)

Prev Next

DELETE /v1/users/{id}

Delete a member from the members list.

Terminated users
When a user is deleted, the "terminated" field value is updated to "true".

Parameters:

Property

Data Type

Description

id*

String

The userID of the member to delete.

Request Body: None

Request Example:

Content-Type
In certain programming languages, the inclusion of -H 'Content-Type: application/json' may not be necessary.

curl -X 'DELETE' -H 'Authorization: Bearer <ACCESS_TOKEN>' 'https://api.perimeter81.com/api/rest/v1/users/<USER_ID>' -H 'Content-Type: application/json'