ScanopyScanopy
Bindings

Bulk delete bindings

POST
/api/v1/bindings/bulk-delete
Authorization<token>

User API key (Bearer scp_u_...). Create in Platform > API Keys.

In: header

Request Body

application/json

Array of bindings IDs to delete

Response Body

application/json

curl -X POST "https://loading/api/v1/bindings/bulk-delete" \  -H "Content-Type: application/json" \  -d '[    "497f6eca-6276-4993-bfeb-53cbbbba6f08"  ]'
{
  "meta": {
    "api_version": 1,
    "server_version": "0.13.5"
  },
  "success": true,
  "data": {
    "deleted_count": 0,
    "requested_count": 0
  },
  "error": "string"
}