Skip to main content
DELETE
/
products
/
{product_id}
/
spec-details
/
{spec-id}
/
graphql
/
schema
Delete Specification with GraphQL schema
curl --request DELETE \
  --url http://localhost:3001/portal-api/products/{product_id}/spec-details/{spec-id}/graphql/schema \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Path Parameters

product_id
integer
required

UID of an API Product

spec-id
integer
required

ID of the Specification

Example:

1

Response

200

OK