Skip to main content
POST
/
v1
/
invitations
/
{id}
/
decline
Decline an organization invitation
curl --request POST \
  --url http://0.0.0.0:3000/v1/invitations/{id}/decline \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

ID do convite

Response

Invitation declined