Workspaces
Revoke a pending workspace invitation
DELETE
/workspaces/{id}/invitations/{invitation_id}Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Workspace ID
invitation_id*string
Invitation ID
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X DELETE "https://example.com/workspaces/string/invitations/string"{ "$schema": "https://example.com/api/v1/schemas/RevokeWorkspaceInvitationOutputBody.json", "revoked": true}