Skip to main content
DELETE
/
api
/
seat-types
/
{seat_type_id}
Delete seat type by ID
curl --request DELETE \
  --url https://tandem.hlofiys.xyz/api/seat-types/{seat_type_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

seat_type_id
integer<int64>
required

Response

Seat type successfully removed