curl --request DELETE \
--url https://api.example.com/api/v1/invitations/autojoin/{id} \
--header 'x-api-key: <api-key>'Deletes a specific autojoin domain configuration. If this is the last domain for the invitation, the invitation will be deactivated.
curl --request DELETE \
--url https://api.example.com/api/v1/invitations/autojoin/{id} \
--header 'x-api-key: <api-key>'