DELETE
/
account-invitations
/
{id}
curl --request DELETE \
  --url https://cookiechimp.com/api/v1/account-invitations/{id} \
  --header 'Authorization: <api-key>'
{
  "id": "inv123",
  "email": "newmember@cookiechimp.com",
  "role": "member",
  "invited_by_type": "API",
  "created_at": "2023-01-25T09:30:20Z",
  "updated_at": "2023-01-25T09:30:20Z"
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

ID of the resource

Response

200
application/json
Account invitation deleted

The response is of type object.