Skip to main content
DELETE
/
audit
/
exports
/
schedule
/
{exportId}
Delete a scheduled export
curl --request DELETE \
  --url https://api.artosai.com/audit/exports/schedule/{exportId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "export_id": "<string>",
  "deleted_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

exportId
string
required

Response

200 - application/json

Scheduled export deleted

message
string
export_id
string
deleted_at
string<date-time>