Delete Audience Records
Delete one or more audience records by their IDs.
Query Parameters |
---|
bot string — REQUIREDThe bot ID specific to your environment. |
Request Body — REQUIRED |
---|
idArray string[]Array of audience record IDs to delete. |
audienceId stringAudience ID linked to the records being deleted. |
Responses | |||
---|---|---|---|
200 Records deleted successfully.
| |||
400 Invalid request or missing parameters. | |||
401 Unauthorized request. Check your API key. |