Skip to main content
DELETE
/
v1
/
showings
/
{showingId}
Delete a showing
curl --request DELETE \
  --url https://api.northreports.com/v1/showings/{showingId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header:

Authorization: Bearer north_sk_live_xxxxxxxxxxxx

Path Parameters

showingId
string
required

The showing identifier. Can be either:

  • A UUID (e.g., 550e8400-e29b-41d4-a716-446655440000)
  • A unique showing key (e.g., ext_12345)

Response

Showing deleted successfully

message
string