curl --request DELETE \
--url https://api.example.com/api/v1/invitations/{invitationId} \
--header 'x-api-key: <api-key>'{
"statusCode": 404,
"message": "Invitation not found",
"error": "Not Found"
}This endpoint is used to delete an invitation by its ID.
curl --request DELETE \
--url https://api.example.com/api/v1/invitations/{invitationId} \
--header 'x-api-key: <api-key>'{
"statusCode": 404,
"message": "Invitation not found",
"error": "Not Found"
}Documentation Index
Fetch the complete documentation index at: https://docs.vortexsoftware.com/llms.txt
Use this file to discover all available pages before exploring further.