Skip to content
  • Auto
  • Light
  • Dark
Get Started

Delete

Delete
delete/api/v1/apps/{id}

Delete an app.

Path Parameters
idstring

The id field.

Body Parameters
bodyunknown
optional

Empty request body

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