Remove campaign contacts

Authentication

AuthorizationBearer

Pass a JWT access token or an API key (prefixed with tif_live_) as a Bearer token.

Path parameters

campaignIdstringRequiredformat: "uuid"
Campaign ID

Request

This endpoint expects an object.
campaignContactIdslist of stringsRequired

Campaign contact IDs to remove (1-1000), use IDs from the list contacts response

Response

Contacts removed
removedlong
Number of contacts removed from the campaign

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error