Delete Member (DELETE)
  • 01 Aug 2023
  • 1 Minute to read
  • Contributors

    Delete Member (DELETE)


      Article Summary

      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'

      Was this article helpful?

      What's Next