Skip to content

How can I delete organisations/Projects/Test Runs ? #224

Answered by ASaiAnudeep
serhatgemici asked this question in Q&A
Discussion options

You must be logged in to vote

Deleting a Project via API

To delete a project via API, use the following curl command:

curl -X 'DELETE' 'https://app.testbeats.com/api/core/v1/projects/<project-id>' -H 'X-ORGANIZATION-ID: <org-id>' -H 'X-AUTH-TOKEN: <your-auth-token>'

Please note:

  • This action will delete all associated runs and metrics linked to the specified project ID.
  • Caution: This operation is irreversible.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ASaiAnudeep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants