API Referenceadmin
Cancel an invite
Cancel a pending invite. The Zitadel user is deactivated.
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Path Parameters
idp_user_id*Idp User Id
Zitadel user ID
Response Body
application/json
application/json
curl -X delete "http://localhost:8000/api/v1/admin/invite/string"{
"invite_id": "7218104b-c64c-4f30-a184-1a1802b5c56b",
"cancelled": true,
"message": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
