API Reference
DELETE project-assets/{id}/Z
DELETE operation for project-assets/{id}/Z
Authorization
ApiKeyAuth Authorization<token>
API key authentication. Format: Your API key (no "Token" prefix needed)
In: header
Response Body
application/json
curl -X DELETE "https://dev-rest.onboard.io/project-assets/{id}/Z"{
"id": 0,
"name": "string",
"description": "string",
"file": "string",
"file_url": "string",
"file_type": "string",
"file_size": 0,
"content_type": "string",
"content_type_name": "string",
"object_id": 0,
"onboarder_user": "string",
"onboarder_user_id": 0,
"onboardee_user": "string",
"onboardee_user_id": 0,
"include_in_outboard": true,
"created_at": "2019-08-24T14:15:22Z",
"modified_at": "2019-08-24T14:15:22Z",
"created_by": "string"
}Empty
Empty
Empty
How is this guide?