Does anyone know if it is possible to delete artifacts via the API?
I have a process which creates an artifact, I then use that artifact and want to delete it once I am done so it cannot be used again - any ideas?
Does anyone know if it is possible to delete artifacts via the API?
I have a process which creates an artifact, I then use that artifact and want to delete it once I am done so it cannot be used again - any ideas?
This is not supported today, the only option would be to delete the entire build.
Alternatively, you could send the artifact to your own S3 bucket (or somewhere else) and then delete it that way.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.