EntityUser

Delete entity user

DEL
Delete entity user. This will also remove the user from all approval policies. If an approval policy will break as a result of this operation, this request will fail.

Path parameters

entityIdstringRequired
userIdstringRequired
DEL
1curl -X DELETE https://api.mercoa.com/entity/:entityId/user/:userId \
2 -H "Authorization: Bearer <token>"