Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Can I delete a test cycle through Zephyr Scale API?

Remo Divito
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 8, 2024

Hi,

Is it possible to delete an existing test cycle through Zephyr Scale's rest API?

Using requests.delete on Python has returned {"errorCode":405,"message":"Method Not Allowed"}.

If not, is there any other way of working around this, eg Jira Automation? I am looking to delete test cycles that have a duplicate id (custom field) to any existing cycles.

Thanks!

1 answer

1 accepted

2 votes
Answer accepted
Gabriel Rodrigues January 8, 2024

From what I found in the API documentation, it seems that it's not possible to delete test cycles using the REST API at this moment. The error you're facing is probably because the route you've used for this request does not support the DELETE method (apparently, only the deletion of links is supported)

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events