curl --location --request DELETE 'http://localhost:3005/api/teams/acme/invites/23' \
--header 'Accept: application/json' \
--header 'Authorization: Token <token>'
{
"data": {
}
}
Invitations
Delete an invite
Delete an invite by id
DELETE
/
api
/
teams
/
{slug}
/
invites
/
{id}
curl --location --request DELETE 'http://localhost:3005/api/teams/acme/invites/23' \
--header 'Accept: application/json' \
--header 'Authorization: Token <token>'
{
"data": {
}
}