DELETE
/
v0
/
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>"
}

Body

application/json

Response

200
application/json

Assets deleted successfully

The response is of type object.