Skip to main content
DELETE
Unassign Record User

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

recordId
string
required

The ID of the Record to unassign from.

Example:

"777"

assigneeUserId
string
required

The ID of the assignee to remove.

Example:

"user_2abc123"

Response

The assignee was removed (or was not present).

deleted
number
required

The number of assignment rows removed (0 if the member was not assigned).