Directory
Delete
Delete a directory by app_id.
delete/api/v1/directories/{app_id}
Path parameters
app_idstring required
The app_id of the directory to delete.
Request body
C1ApiDirectoryV1DirectoryServiceDeleteRequestInput required
DirectoryServiceDeleteRequest is the request message for deleting a directory. It uses URL values for input.
Response
Empty response with a status code indicating success.
C1ApiDirectoryV1DirectoryServiceDeleteResponse required
Empty response with a status code indicating success.