POST
/
api
/
invites
/
{id}
/
decline
curl --location --request POST 'http://localhost:3005/api/invites/c476e01e-5642-4a20-a84f-07a8b4b5d5a4/decline' \
--header 'Accept: application/json' \
--header 'Authorization: Token <token>'
{
  "data": {

  }
}

Path

id
string
required

The id of the invite to decline.