Skip to main content

Delete a specific EventDate

DELETE 

/eventdate/:guid

Delete a specific EventDate.

Note this is not a soft delete but will actually delete data, which cannot be reinstated.

Request

Path Parameters

    guid uuidrequired

    The guid of the EventDate.

Responses

EventDate deleted. This returns an empty response.

Loading...