DELETE
/
identity-providers
/
{idp_id}
/
provisioning
/
scim-tokens
Revoke Provisioning SCIM Token
curl --request DELETE \
  --url https://{tenantDomain}/my-org/identity-providers/{idp_id}/provisioning/scim-tokens \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

idp_id
string
required

Identity provider identifier.

Response

204

The Provisioning SCIM token was successfully deleted.