Skip to main content
DELETE
/
v1
/
export
/
{export_id}
Delete an export
curl --request DELETE \
  --url https://api.withsplendor.com/v1/export/{export_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-splendor-tenant-id: <x-splendor-tenant-id>'
{
  "detail": "<string>"
}

Authorizations

Authorization
string
header
required

API token issued from the Splendor console.

Headers

x-splendor-tenant-id
string
required

Selects the tenant (workspace) the request acts within.

Path Parameters

export_id
string
required

Response

Successful Response