POST
/
api
/
v1
/
Replication
/
Admin
/
ResetCollectionNode
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Replication/api/v1/Replication/Admin/ResetCollectionNode \
  --header 'Content-Type: application/json' \
  --data '{
  "CollectionName": "<string>",
  "NodeIdentifier": "<string>"
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>"
}

Body

application/json

Response

200 - application/json

The response is of type object.