Skip to main content
DELETE
/
v1
/
api
/
agencies
/
{id}
/
employees
/
{userId}
Remove an employee from the agency
curl --request DELETE \
  --url http://localhost:3091/v1/api/agencies/{id}/employees/{userId} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

JWT access token from POST /v1/api/auth/login

Path Parameters

id
integer<int64>
required
userId
integer<int32>
required

Response

Employee removed

{key}
string