POST
/
user
/
invitations
/
{id}
/
decline
curl --request POST \
  --url https://api.pxyz.dev/api/v0/user/invitations/{id}/decline
{
  "status": "success"
}

Path Parameters

id
string
required

Response

200
application/json

Successful response

The response is of type object.