{
"input": {
"locationId": "TG9jYXRpb246MTM5NTc=",
"photoIds": [
"TG9jYXRpb25QaG90bzoxMjI2MA=="
]
}
}
curl --location --request POST 'https://api.synup.com/api/v4/locations/photos/remove' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"input": {
"locationId": "TG9jYXRpb246MTM5NTc=",
"photoIds": [
"TG9jYXRpb25QaG90bzoxMjI2MA=="
]
}
}'
{
"data": {
"removeLocationPhotos": {
"success": true,
"errors": null,
"photos": [
{
"databaseId": 5638205,
"fileSize": 95636,
"id": "TWVkaWFGaWxlOjU2MzgyMDU=",
"name": "090f5748-2f84-405e-bd04-6cd42dad2496",
"starred": false,
"thumbnailUrl": "https://sy-media-store.s3-us-west-2.amazonaws.com/f868bb3ff3898a2dc349ea61ca4d8a67/59c670a3536b937ec7910f7619ee3304/thumbnail_7c7fdefb-c50d-4478-8b8e-957011444445.jpg",
"type": "ADDITIONAL",
"url": "https://sy-media-store.s3-us-west-2.amazonaws.com/f868bb3ff3898a2dc349ea61ca4d8a67/59c670a3536b937ec7910f7619ee3304/7c7fdefb-c50d-4478-8b8e-957011444445.jpg",
"publisherOverride": ""
}
],
"clientMutationId": null
}
}
}