Skip to main content
DELETE
/
screenings
/
{screeningPublicId}
/
materials
/
{screeningMaterialPublicId}
Delete material from a screening
curl --request DELETE \
  --url https://api.maalbar.dk/screenings/{screeningPublicId}/materials/{screeningMaterialPublicId} \
  --header 'X-Api-Key: <api-key>'
{
  "error": "Authentication required"
}

Authorizations

X-Api-Key
string
header
required

Response

No Content