FruxonDocs
UsersCore

Declines an outstanding invitation in-app, removing the offer.

Withdraws the invitation ticket for the authenticated user in the given tenant. The user does not become a member; the row disappears from their list of outstanding invitations. An admin would have to re-invite to offer again.

POST
/v1/me/pendingInvitations/{tenantId}:decline
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

tenantId*string

The tenant whose invitation to decline.

Formatuuid

Response Body

curl -X POST "https://api.fruxon.com/v1/me/pendingInvitations/497f6eca-6276-4993-bfeb-53cbbbba6f08:decline"
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}