cURL
curl --request DELETE \ --url http://localhost:3001/portal-api/providers/{provider_id} \ --header 'Authorization: <api-key>'
{ "status": "ok" }
This endpoint deletes an API Provider provider and removes all assets related to it such as API Products and Plans
UID of an API provider
1
OK
Status of the operation
"ok"
Was this page helpful?