Skip to main content
DELETE
/
v2
/
organizations
/
{organizationId}
/
directories
/
{directoryId}
Delete a directory
curl --request DELETE \
  --url https://api.orbitsearch.com/v2/organizations/{organizationId}/directories/{directoryId} \
  --header 'Authorization: Bearer <token>'
Permanently deletes a directory and all associated data. This action cannot be undone.
Deletion is permanent. The Personal Connections directory cannot be deleted.

Path parameters

organizationId
string
required
The UUID of the owning organization.
directoryId
string
required
The UUID of the directory to delete.