Delete Oidc Relying Party

Delete Oidc Relying Party
Deletes a specific 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


Authentication
This operation uses the following authentication methods.
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}