Description: Removes the member from all the Federations with which it was associated.
Important
This API requires the installation of the Artifactory Federation Service.
Since: 7.109.2
Security: Requires admin permissions.
Usage:POST /artifactory/api/federation/removeMember
The body of the request must include the base URL of the member to remove.
Sample Request:
curl --location 'http://localhost:8082/artifactory/api/federation/removeMember' \ --header 'Content-Type: text/plain' \ --header 'Authorization: ••••••' \ --data '<member-to-remove-base-url>'
Sample Response:
Member was removed successfully
Status Codes:
Code | Description |
---|---|
200 | Member found and deleted |
400 |
|
Note
This API cannot be executed if one of the members of the Federation is offline. For more information, see Remove Members from the Federation.