DELETE
/
data-assets
/
{id}
curl --request DELETE \
  --url https://api.gateway.tech/data-assets/{id} \
  --header 'Authorization: <api-key>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and the JWT token.

Path Parameters

id
integer
required

Data Asset ID

Response

200 - application/json
OK
message
string
required