Skip to main content
DELETE
/
v1
/
screenings
/
{screeningPublicId}
/
components
/
{screeningComponentPublicId}
Delete component from a screening
curl --request DELETE \
  --url https://api.maalbar.dk/v1/screenings/{screeningPublicId}/components/{screeningComponentPublicId} \
  --header 'X-Api-Key: <api-key>'
{
  "message": "<string>"
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

screeningPublicId
string
required
screeningComponentPublicId
string
required

Response

Response for status 204