Delete a question

DELETE/products/{product_id}/questions/{question_id}

Deletes the question together with all of its replies. The question and its replies are no longer returned by the API.

AuthorizationBearer <token>

Autonomous mode: the API credential secret, sent as a bearer token. Credential secrets are identified by a fixed prefix.

In: header

Path Parameters

product_id*string
question_id*string

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/products/string/questions/string"
Empty