"DELETE /openapi/v1/user/:userId" method

April 19, 2024

ID 243413

Deleting a company employee.

Request

Header:

  • Authorization – the company's API token.

Parameter:

  • userId - a string – Identification code of the specific user being moved to a different group.

    It must satisfy the following criteria:

    • 24 characters in length
    • only lowercase letters

Example of a request:

/openapi/v1/user/1ab2457896abcc1234567891

Possible errors

  • 401 - common-unauthorized - There was an authentication error.
  • 500internal-server-error – there was an internal server error.

Did you find this article helpful?
What can we do better?
Thank you for your feedback! You're helping us improve.
Thank you for your feedback! You're helping us improve.