Skip to content
  • Auto
  • Light
  • Dark
Get Started

Delete

Delete
delete/api/v1/directories/{app_id}

Delete a directory by app_id.

Path Parameters
app_idstring

The app_id of the directory to delete.

Body Parameters
bodyunknown
optional

DirectoryServiceDeleteRequest is the request message for deleting a directory. It uses URL values for input.

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