curl --request DELETE \
--url https://api.example.com/api/v1/invitations/autojoin/{id}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}The ID of the autojoin domain configuration to delete
Autojoin domain deleted successfully