Skip to content
AdCrunch
Esc
navigateopen⌘Jpreview
On this page

document_delete

Delete a file attached to a brand, along with its stored bytes.

Deletes a document and the bytes behind it. Its URL stops resolving.

Input

Field Type Required Description
document_id string yes The id of the document to delete.

Output

{ deleted: true, documentId }.

Requires the brand:write scope.

Was this page helpful?