Delete Oidc Relying Party
Delete a specific OIDC relying party.
Request
URI
DELETE
https://{api_host}/cloudapi/1.0.0/openIdProvider/relyingParties/{id}
COPY
Path Parameters
string
id
Required
OIDC relying party's ID
Responses
204
No Content
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/openIdProvider/relyingParties/{id}
Availability
Added in 37.2
Oidc Relying Party Operations
GET
Query Oidc Relying Parties
POST
Register Oidc Relying Party
GET
Get Oidc Relying Party
PUT
Update Oidc Relying Party
DELETE
Delete Oidc Relying Party
POST
Regenerate Oidc Relying Party Secret