> ## Documentation Index
> Fetch the complete documentation index at: https://kiran.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete an invite

> Delete an invite by id

### Path

<ParamField path="slug" type="string" required="true">
  Team slug of the team to get invites for
</ParamField>

<ParamField path="id" type="string" required="true">
  ID of the invite to delete
</ParamField>

<RequestExample>
  ```bash Request
  curl --location --request DELETE 'http://localhost:3005/api/teams/acme/invites/23' \
  --header 'Accept: application/json' \
  --header 'Authorization: Token <token>'
  ```
</RequestExample>

<ResponseExample>
  ```json Response
  {
    "data": {

    }
  }
  ```
</ResponseExample>
