Description:Deletes a local multi-push replication configuration. Supported by local repositories.
Notes: Requires an enterprise license
Security: Requires an admin user.
Usage: DELETE /api/replications/{repoKey}?url={replicatedURL}
If the url parameter is omitted, all multi-push replication configurations for the source repository are deleted.
Produces: application/json (application/vnd.org.jfrog.artifactory.replications.ReplicationConfigRequest+json), application/json (application/vnd.org.jfrog.artifactory.replications.MultipleReplicationConfigRequest+json)
Since: 3.7
Sample Usage:
DELETE /api/replications/libs-release-local?url=http://10.0.0.1/artifactory/libs-release-local //Delete all multi-push replication configurations for libs-release-local DELETE /api/replications/libs-release-local