Backend API
Delete a pending invitation.
The invitation token will be invalidated and cannot be used for signup.
cURL
curl --request DELETE \ --url https://api.wacht.dev/invitations/{invitation_id} \ --header 'Authorization: Bearer <token>'
{ "message": "Authentication required" }
API key authentication (Bearer token)
Invitation ID (integer as string)
Invitation deleted successfully
Was this page helpful?