Удаление статуса сотрудника

DELETE/users/{user_id}/status

Метод для удаления статуса сотрудника.

Параметры пути

user_id
integer, (int32)
*
Идентификатор пользователя
Пример:12

Ответ

204No Content
There is no content to send for this request, but the headers may be useful.
Удаление статуса сотрудника
curl -X DELETE "https://api.pachca.com/api/shared/v1/users/12/status" \  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"