withdrawArtifact method
Implementation
Future<ApiResponse> withdrawArtifact(
String artifactId, String idempotencyKey) =>
_http.request('POST',
'/api/v1/artifacts/${apiResourceId(artifactId, 'artifactId')}/withdraw',
payload: const {'version': 1}, idempotencyKey: idempotencyKey);