The Only API docs
Exports

Delete an export job

Delete the job and its generated ZIP.

DELETE
/accounts/{of_user_id}/exports/{job_id}

Delete the job and its generated ZIP.

Guide: Data exports

X-API-Key<token>

Your CRM panel API key

In: header

Path Parameters

of_user_id*string

Creator account ID of the connected account (OnlyFans or Fansly). Use GET /accounts to list connected accounts and their IDs.

job_id*string

Response Body

application/json

curl -X DELETE "https://example.com/accounts/string/exports/string"
{  "success": true}