Skip to main content
DELETE
/
api
/
v1
/
invite
/
{id}
delete entity by id
curl --request DELETE \
  --url https://api.example.com/api/v1/invite/{id} \
  --header 'Authorization: Bearer <token>'
{
  "uid": "btc"
}

Authorizations

Authorization
string
header
required

Authentication

Path Parameters

id
integer<int64>
required

Response

200 - application/json

OK

uid
integer<int64>

Unique identifier of the entity

Example:

"btc"