Skip to main content
DELETE
/
api
/
halls
/
{hall_id}
Delete hall by ID
curl --request DELETE \
  --url https://tandem.hlofiys.xyz/api/halls/{hall_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

hall_id
integer<int64>
required

Response

Hall successfully removed