name, id and uid.source) and destination collection UID (as destination) in the request body.deleteSource or updateSourceWithDestination. Following is an explanation of the merge strategies| Merge Strategy | Behaviour |
|---|---|
| deleteSource | Forked collection is deleted after merging |
| updateSourceWithDestination | Forked collection is up to date with changes in destination collection |
Requires API Key as X-Api-Keyrequest header orapikeyURL query parameter.
curl --location --request POST 'https://api.getpostman.com/collections/merge' \
--header 'Content-Type: application/json' \
--data-raw '{
"destination": "{{destination_collection_uid}}",
"source": "{{source_collection_uid}}",
"strategy": "deleteSource"
}'{}