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