{ "devices": [ { "did": "string" } ] }
curl --location --request DELETE 'https://api.gizwits.com/app/bindings' \ --header 'X-Gizwits-Application-Id;' \ --header 'X-Gizwits-User-token;' \ --header 'Content-Type: application/json' \ --data-raw '{ "devices": [ { "did": "string" } ] }'
{ "failed": [ "string" ], "success": [ "string" ] }