Delete location
DELETE/events-manager/v1/locations/:location_id
Deletes or trashes a location, depending on object behavior and the force query parameter.
The response includes the previous serialized location data.
Requestβ
Responsesβ
- 200
- 400
- 401
- 403
- 404
- 500
Location delete response.
Invalid request.
Authentication is required or invalid.
The authenticated user cannot perform this action.
The requested object was not found.
An unexpected server error occurred.