"DELETE /openapi/v1/user/:userId" method
Deleting a company employee.
Request
Header:
- Authorization – the company's API token.
Parameter:
Example of a request:
/openapi/v1/user/1ab2457896abcc1234567891
|
Possible errors
- 401 - common-unauthorized - There was an authentication error.
- 500 – internal-server-error – there was an internal server error.
To the top