How can I delete organisations/Projects/Test Runs ? #224
Answered
by
ASaiAnudeep
serhatgemici
asked this question in
Q&A
-
In portal settings I cannot find any option to delete an Organization / project / test run or the account itself completely. TIA ✌🏻 |
Beta Was this translation helpful? Give feedback.
Answered by
ASaiAnudeep
Jul 17, 2024
Replies: 1 comment
-
Deleting a Project via APITo 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:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ASaiAnudeep
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Deleting a Project via API
To delete a project via API, use the following curl command:
Please note: