cURL
curl --request POST \ --url https://app.variable.global/api/v1/activity/bulk/delete \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "ids": "<array>" } '
{ "jobId": "job_123456", "status": "processing", "totalOperations": 100, "jobUrl": "https://app.variable.global/api/v1/job/job_123456", "message": "Bulk operation job created. Use GET /v1/job/<job_id> to check status." }
Delete activities in bulk
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of activity uuids or syncIds to delete
uuid
syncId
Job status
"job_123456"
"processing"
100
"https://app.variable.global/api/v1/job/job_123456"
"Bulk operation job created. Use GET /v1/job/<job_id> to check status."