Delete Product Builder Issue
delete
https://api.flxpoint.com/product/builder/issues/{issueId}Use this when you want to delete product builder data through the API.
🔑 X-API-TOKEN⏱ 2 req/sToken: Account · Source · Channel
This page explains the endpoint. To send a live test request, use the interactive tester in Stoplight or your own Postman / HTTP client.
Deletes a product builder issue by ID.
Request
Example request
delete
/product/builder/issues/{issueId}curl -X DELETE "https://api.flxpoint.com/product/builder/issues/{issueId}" \
-H "Accept: application/json" \
-H "X-API-TOKEN: YOUR_TOKEN"Responses
200OK
No schema documented for this status.
401Unauthorized
No schema documented for this status.
404Not Found
No schema documented for this status.
OpenAPI fragment
{
"delete": {
"summary": "Delete Product Builder Issue",
"description": "Deletes a product builder issue by ID.",
"parameters": [],
"responses": {
"200": {
"description": "OK"
},
"401": {
"description": "Unauthorized"
},
"404": {
"description": "Not Found"
}
}
}
}Ready to run it? Send the curl from your terminal or Postman, or use the interactive tester in Stoplight.Open in Stoplight