Description: This API deletes binary tasks that previously failed. This can be done for the entire repository or for a particular binary task in the repository.
Since: 7.68.11
Security: Requires Admin permissions
Usage: DELETE artifactory/api/federation/binaries/failures/delete
Query Parameters:
Field | Type | Description |
---|---|---|
| string | The name of the repository. This parameter is required. |
| string | The SHA1 of the artifact. This parameter is optional. |
Sample Request:
DELETE http://localhost:8082/artifactory/api/federation/binaries/failures/delete?repoKey=fedrepo
Sample Response:
{ "deletedTasks": 1 }
The response includes the following information:
Property | Description |
---|---|
| The number of deleted binary tasks. |