DELETE
/
users
/
{id}
/
manager
curl --request DELETE \
  --url https://api.neobrain.io/{version}/users/{id}/manager \
  --header 'Authorization: Bearer <token>'
{
  "code": 123,
  "type": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

API token for the Authorization header parameter.

Headers

Accept-Language
string

Language identifier, using the ISO 639-1 specification. If none provided it will use the account default language. For additional info please access /v1/locales

Path Parameters

id
string
required

Resource identifier. It can be an integer or a string having the following format x-EMPLOYEE_ID, where EMPLOYEE_ID is a alpha numerical string and is related to employeeId field value.

Response

204
application/json
Success
code
integer
type
string
message
string