Skip to main content
DELETE
Delete a property

Overview

Permanently deletes a property record by its Ask Wire id. This is a hard delete — a subsequent GET on the same ID returns 404 with {"detail": "No Asset matches the given query."}. This cannot be undone.

Path parameters


Example request


Response

Returns a confirmation message, not the deleted record. Verified against a live response:

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

assetId
integer
required

Response

Confirmation message

detail
string
Example:

"Assets successfully deleted."