Delete entity

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>"
Language
Credentials
Header
Click Try It! to start a request and see the response here!