Is there a way to delete an ACC issue via API?

35 Views Asked by At

I've tried to call the PATCH projects/{projectId}/issues/{issueId} endpoint passing deleted: true and received a schema validation error, deleted is a read only field:

Error Image

So is there a way to delete an issue via API? I searched the documentation and found nothing.

0

There are 0 best solutions below