Delete a specific location
DELETE
/api/organizations/{organization_id}/locations/{id}
locations
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE '/api/organizations//locations/'
Response Response Example
200 - Success
{
"message": "Location ID loc_001 deleted successfully."
}
Request
Path Params
organization_id
string
required
Example:
org_12345
id
string
required
Example:
loc_001