cURL
curl --request DELETE \ --url http://localhost:3001/portal-api/products/{product_id}/client_types/{client_type_id} \ --header 'Authorization: <api-key>'
{ "status": "ok" }
Delete a client type from this API Product
UID of an API Product
1
UID of a client type
Client type is deleted successfully
Status of the operation
"ok"
Was this page helpful?