{
"input": {
"locationIds": [
"TG9jYXRpb246MTY4NDY="
]
}
}
curl --location --request POST 'https://api.synup.com/api/v4/locations/folders/remove' \
--header 'Authorization: T9V35W3xxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"input": {
"locationIds": [
"TG9jYXRpb246MTY4NDY="
]
}
}'
{
"data": {
"deleteLocationsFromFolder": {
"clientMutationId": null,
"errors": null,
"locations": [
"bG9jYXRpb25zOjE2OTQx"
],
"success": true
}
},
"errors": []
}