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 | |||
|---|---|---|---|
200Records deleted successfully.
| |||
400Invalid request or missing parameters. | |||
401Unauthorized request. Check your API key. |