Skip to main content
DELETE
/
apartment-owners
/
{id}
Delete apartment owner
curl --request DELETE \
  --url https://str.keroshospitality.com/api/v1/apartment-owners/{id} \
  --header 'Authorization: Bearer <token>'
{
  "errorMessage": "<string>",
  "requestId": "<string>"
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Path Parameters

id
string
required

Taxis username

Response

Apartment owner deleted successfully