Deletes data assets
cURL
curl --request DELETE \ --url 'https://api-(organization).gable.ai/v0/data-assets' \ --header 'Content-Type: application/json' \ --data '{ "dataAssetsResourceNames": [ "<string>" ] }'
{ "message": "<string>" }
Assets deleted successfully
The response is of type object.
object