DELETE
/
providers
/
{provider_id}
Delete an API Provider
curl --request DELETE \
  --url http://localhost:3001/portal-api/providers/{provider_id} \
  --header 'Authorization: <api-key>'
{
  "status": "ok"
}

Authorizations

Authorization
string
header
required

Path Parameters

provider_id
integer
required

UID of an API provider

Example:

1

Response

200 - application/json

OK

status
string

Status of the operation

Example:

"ok"