Skip to main content
DELETE
/
v1
/
events
/
{eventId}
/
locations
/
{locationId}
Delete a location
curl --request DELETE \
  --url https://api.zuddl.com/v1/events/{eventId}/locations/{locationId} \
  --header 'Authorization: <api-key>'
{
  "timestamp": "2023-11-07T05:31:56Z",
  "message": "<string>",
  "description": "<string>",
  "errors": {}
}

Authorizations

Authorization
string
header
required

Provide your API key secret in the Authorization header

Path Parameters

eventId
string
required

Unique identifier of the event

Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
locationId
string
required

Unique identifier of the location

Response

Location deleted successfully