Record Assignees
Unassign Record User
Remove an assignee from a Record.
DELETE
Unassign Record User
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the Record to unassign from.
Example:
"777"
The ID of the assignee to remove.
Example:
"user_2abc123"
Response
The assignee was removed (or was not present).
The number of assignment rows removed (0 if the member was not assigned).
Unassign Record User