Delete Asset

/assets/:id

Delete Asset [DELETE]

Delete a single asset. Upon deleting the asset:

  • All forms filled out on the asset will be deleted.

Authorization: Admin, Web, Mobile

The server will respond with a confirmation object containing the additional objects this delete will modify. The delete will not be processed until it is confirmed.

RequestConfirmation

Body
{
  "confirmed": true
}

Response 412

Body
{
  "formsCount": 5
}

Response 200

Body
{}

Still need help? Contact Us Contact Us