cURL
curl --request DELETE \ --url https://api.example.com/api/artifacts/{id}
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Delete an artifact from the database.
The ID of the artifact to delete.
Successful Response
Was this page helpful?