Skip to content

Cancel invite

Request

Cancels a pending invite. Returns 400 if the invite has already been accepted.

Security
BearerAuth
Path
client_idintegerrequired

The ID of the business.

Example:123
invite_idintegerrequired

The ID of the invite.

DELETE
/v1/businesses/{client_id}/invites/{invite_id}
curl -i -X DELETE \
  'https://public.letsweel.com/v1/businesses/123/invites/{invite_id}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

No Content