Remove Rev Users Associations

Removes an association from a Rev user. This API is only available when the multi-association contact feature is enabled.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
associationslist of stringsRequired
Associations of the Rev user to remove.
rev_user_idstringRequiredformat: "id"
ID of the Rev user whose associations are to be removed.

Response

Response for removing associations from a Rev user.

Errors