cURL
curl --request DELETE \ --url https://api.callaidan.com/settings/invite \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "invite_id": "<string>" } '
Cancel a pending company invitation
Company API Key
Invitation ID to cancel
ID of the invitation to cancel
Invitation cancelled successfully