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>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Provide your API key secret in the Authorization header

Path Parameters

eventId
string
required

Unique identifier of the event

locationId
string
required

Unique identifier of the location

Response

Location deleted successfully

⌘I