Last updated 8 months ago
Delete artifact.
Artifact identifier
Successful operation.
const response = await fetch('/api/v1/artifacts/{artifactId}', { method: 'DELETE', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();
false