Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier
Example:
"RiHO4e0Ju3DS"
Response
Asset deleted
curl --request DELETE \
--url https://api.dock.us/{version}/assets/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "RiHO4e0Ju3DS"
}
}
Delete an asset by ID
curl --request DELETE \
--url https://api.dock.us/{version}/assets/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "RiHO4e0Ju3DS"
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Unique identifier
"RiHO4e0Ju3DS"
Asset deleted
Show child attributes