Skip to content
  • Auto
  • Light
  • Dark
Get Started

Delete

Delete
delete/api/v1/systemlog/exports/{export_id}

Delete a policy by ID.

Path Parameters
export_idstring

The exportId field.

Body Parameters
bodyunknown
optional

The ExportServiceDeleteRequest message.

Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/systemlog/exports/$EXPORT_ID \
    -X DELETE \
    -H 'Content-Type: application/json' \
    -H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"
200 Example
{}