cURL
curl --request DELETE \ --url http://localhost:3001/portal-api/products/{product_id}/spec-details/{spec-id}/graphql/schema \ --header 'Authorization: <api-key>'
Delete a Specification that contains a GraphQL schema. This removes the entire SpecDetails object.
UID of an API Product
ID of the Specification
1
OK
Was this page helpful?