Delete Suites
- DEL
- /workspaces
- /:workspace
- /projects
- /:project_name
- /visual-tests
- /suites
- /:suite_id
Delete a visual test suite
Request example
CURLcurl -X DELETE "https://api.buddy.works/workspaces/:workspace/projects/:project_name/visual-tests/suites/:suite_id" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json"
STATUS204 Visual test suite deleted successfully