Skip to main content
DELETE
Remove Contact from Invitation List

Authorizations

Authorization
string
header
required

OAuth 2.0 bearer token obtained from POST /oauth2/token. Tokens expire after 30 minutes. Include in the Authorization header as Bearer {access_token}.

Path Parameters

invitation_list_id
integer
required

integer - required - The ID of the invitation list

Example:

34

contact_id
integer
required

integer - required - The ID of the contact

Example:

477

Response

Contact Removed Successfully

message
string
Example:

"Contact successfully removed from invitation list"

success
boolean
Example:

true