delete https://api.productboard.com/v2/entities/
Permanently deletes the specified Entities. Use this when cleaning up obsolete or test data.
Code examples
Replace <entity-id>
with the ID of the Entities to delete.
Replace <your-token>
with a valid API token.
Delete an initiative:
curl -X DELETE "https://api.productboard.com/v2/entities/<entity-id>" \
-H "Authorization: Bearer <your-token>"
Delete a test feature:
curl -X DELETE "https://api.productboard.com/v2/entities/<entity-id>" \
-H "Authorization: Bearer <your-token>"