Post /interaction/v1/interactions/contactexit/status
Returns the status of a request to remove a contact from a journey or from one or more versions of a journey.
JSON Parameters
Name | Type | Description | |
---|---|---|---|
ContactKey | string | Required | ID that uniquely identifies a subscriber or contact. Include a single contact or an array of up to 50 contacts. |
DefinitionKey | string | Required | Customer Key that uniquely identifies the journey. This key is the same for all versions of the journey. |
Versions | array | One or more versions of a journey from which to remove a contact. |
Responses
Status | Name | Type | Description |
---|---|---|---|
200 | **** | ||
contactKey | string | Contact that needs to be removed from a journey | |
definitionKey | string | Definition key of the journey | |
status | array | Array of statuses of the contact in a given journey | |
status.version | string | Version number of the journey | |
status.message | string | Status of the request to remove a contact from a specific version of the journey | |
status.definitionInstanceId | string | Unique Id representing each instance of a contact in a journey |