DELETE
/
products
/
{product_id}
/
client_types
/
{client_type_id}
Detach a client type from this API Product
curl --request DELETE \
  --url http://localhost:3001/portal-api/products/{product_id}/client_types/{client_type_id} \
  --header 'Authorization: <api-key>'
{
  "status": "ok"
}

Authorizations

Authorization
string
header
required

Path Parameters

product_id
integer
required

UID of an API Product

Example:

1

client_type_id
integer
required

UID of a client type

Example:

1

Response

Client type is deleted successfully

status
string

Status of the operation

Example:

"ok"