curl --request DELETE \
--url https://api.example.com/api/v1/invitations/by-scope/{scopeType}/{scope} \
--header 'x-api-key: <api-key>'{
"statusCode": 404,
"message": "Scope not found",
"error": "Not Found"
}This endpoint is used to delete all invitations associated with a specific scope.
curl --request DELETE \
--url https://api.example.com/api/v1/invitations/by-scope/{scopeType}/{scope} \
--header 'x-api-key: <api-key>'{
"statusCode": 404,
"message": "Scope 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.
The name of the entity that the ID passed in scope refers to (e.g., “workspace”, “organization”, “team”). Ensures that you don’t have any issues disambiguating the ID in cases where there are multiple types of entities to which someone can be invited. If your system does not have a scope type, use "default".
The ID in your system of the entity to which the invitation applies (e.g., workspace, team, org, etc.).
Successfully deleted all invitations for the scope