Delete an artifact

DELETE {{baseUrl}}/repos/:owner/:repo/actions/artifacts/:artifact_id

Deletes an artifact for a workflow run. You must authenticate using an access token with the repo scope to use this endpoint. GitHub Apps must have the actions:write permission to use this endpoint.