Allows to mark assets as deletable.
FIELD | DESCRIPTION |
assetMapIds |
Required, if no assetMapUuids (see below) is provided. Array of Strings. The IDs of asset maps. Only asset maps are supported. |
assetMapUuids |
Required, if no assetMapIds (see above) is provided. Array of Strings. The UUIDs of asset maps. Only asset maps are supported. |
siteId | Required, if no siteIdentifier (see below) is provided. String |
siteIdentifier | Required, if no siteId (see above) is provided. Object |
siteIdentifier.source | Required, if siteIdentifier (see above) is provided. String. |
siteIdentifier.value | Required, if siteIdentifier (see above) is provided. String. |
EMEA Portal
https://genie.portal.gofilex.com/api/method/v1/assets/delete
curl -vX POST https://genie.portal.gofilex.com/api/method/v1/assets/delete -d @delete.json --header "Content-Type: application/json" --header "Authorization: Bearer BXrnipNekltq-sHFxpjdd90S17th2Q5mSaRf_4-Rayx"
APAC Portal
https://genie.portal.apac.gofilex.com/api/method/v1/assets/delete
curl -vX POST https://genie.portal.apac.gofilex.com/api/method/v1/assets/delete -d @delete.json --header "Content-Type: application/json" --header "Authorization: Bearer BXrnipNekltq-sHFxpjdd90S17th2Q5mSaRf_4-Rayx"
MPS Portal
https://genie.portal.mps.gofilex.com/api/method/v1/assets/delete
curl -vX POST https://genie.portal.mps.gofilex.com/api/method/v1/assets/delete -d @delete.json --header "Content-Type: application/json" --header "Authorization: Bearer BXrnipNekltq-sHFxpjdd90S17th2Q5mSaRf_4-Rayx"
NORAM Portal
https://genie.portal.gofilex.bydeluxe.com/api/method/v1/assets/delete
curl -vX POST https://genie.portal.gofilex.bydeluxe.com/api/method/v1/assets/delete -d @delete.json --header "Content-Type: application/json" --header "Authorization: Bearer BXrnipNekltq-sHFxpjdd90S17th2Q5mSaRf_4-Rayx"
delete.json
{
"assetMapUuids": [
"3b562358-e9ab-4f69-acb5-b0df5f2dd555",
"23a62988-01f4-47ce-9772-1c33aa629d6f"
],
"siteId": "jXvLMxXiGgX29Ynyo"
}
{
"success": true
}