Delete
Delete
delete/api/v1/step-up/providers/{id}
Invokes the c1.api.stepup.v1.StepUpProviderService.Delete method.
Path Parameters
idstring
The id field.
Body Parameters
bodyunknown
optional
The DeleteStepUpProviderRequest message.
Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/step-up/providers/$ID \
-X DELETE \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"200 Example
{}