Path parameters

  • id string(uuid) Required

    The id of the hotel to delete

Responses

  • 200

    Success

  • 204

    If the operation is successfully done

  • 401

    If the user is not authenticated

  • 403

    If the user is not authorized (not an admin)

DELETE /api/Hotels/{id}
curl \
 -X DELETE http://api.example.com/api/Hotels/{id} \
 -H "Authorization: Bearer $ACCESS_TOKEN"