curl --request DELETE \
--url https://api.example.com/api/users/{userId}/invitation \
--header 'Authorization: Bearer <token>'{
"status": "ok"
}Revokes a pending invitation for a user, preventing them from joining the organisation.
curl --request DELETE \
--url https://api.example.com/api/users/{userId}/invitation \
--header 'Authorization: Bearer <token>'{
"status": "ok"
}Was this page helpful?