Skip to content

Delete an Export

DELETE
/v1/group/exports/{id}
curl --request DELETE \
--url https://example.com/api/v1/group/exports/example \
--header 'Authorization: <Authorization>'

Deletes the export row and its blob artifact.

id
required
string

Export ID

No Content