DELETE /apps/{APP-SLUG}/builds/{BUILD-SLUG}/artifacts/{ARTIFACT-SLUG} returns "Internal Server Error"

I tried to delete my artifacts with new next endpoint.

“curl -X DELETE -H ‘Authorization: token MY_TOKEN’ ‘https://api.bitrise.io/v0.1/apps/MY_APP_SLUG/builds/MY_BUILD_SLUG/artifacts/MY_ARTIFACT_SLUG’”

Endpoint reference

Topic

But I cannot delete. The endpoint returns next response.

{"message":"Internal Server Error"}

I checked that next curl command returns response successfully.

Hi @RyotaMurohoshi,

Thank you for reporting the issue, we’ll check the cause of it ASAP, thank you for your patience in the mean time :slightly_smiling_face:

Hello @gergelybekesi.

Thank you for your replying!
I think that Bitrise is so great service! Bitrise helps me so much!

Please let me know anything about this issue update!

Thank you :smile:

1 Like

I’m glad to hear you like our product this much, we’ve released the fix for the artifact delete endpoint today, I’ve checked it and it works as it should :slightly_smiling_face:

Thanks again for the issue report and happy building :muscle: :wink:

1 Like

Thank you!

I will try tomorrow!

I will enjoy developing mobile apps with Bitrise.

1 Like

I deleted artifacts correctly!
Thank you! :grin:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.