DELETE
/
api
/
v1
/
exports
/
{jobId}
Delete Export Job
curl --request DELETE \
  --url https://api.drip.re/api/v1/exports/{jobId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

API Key

Path Parameters

jobId
string
required

Export job ID

Response

200
application/json

Default Response

The response is of type object.