DELETEPro+
/api/v1/models/{model_id}/assets/{asset_id}/file

Delete Asset File

Detach the file from an asset. The asset element itself stays in the model — only the attached binary is removed from object storage and the file metadata cleared. Use this to replace a file (delete, then upload).

AuthentifizierungBearer mpt_... or OAuth JWT
Plan-AnforderungPro+

Parameter

NameTypPflichtfeldStandardBeschreibung
model_idString (UUID)[Delete Asset File] UUID of the model. Path parameter.
asset_idString (UUID)[Delete Asset File] UUID of the asset whose attached file should be removed. The asset element itself is kept. Path parameter.
model_idString (UUID)[Delete Asset File] UUID of the model. Path parameter.
asset_idString (UUID)[Delete Asset File] UUID of the asset whose attached file should be removed. The asset element itself is kept. Path parameter.

Beispielantwort

HTTP/1.1 204 No Content