# Cancel invite

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

Endpoint: DELETE /v1/businesses/{client_id}/invites/{invite_id}
Version: v1
Security: BearerAuth

## Path parameters:

  - `client_id` (integer, required)
    The ID of the business.

  - `invite_id` (integer, required)
    The ID of the invite.

