DocsAPI ReferencePost/bff/post/post-attachment-delete
getPostAdmin BFF

/bff/post/post-attachment-delete

Soft-deletes the post↔blob relation. The underlying blob is kept (it may be referenced elsewhere). The same file can be re-attached later via /post-attachment-link-blob.

PostgetBffPostPost-attachment-delete

Parameters

2 query

2 total
Query · 2
idstringRequired

Post external ID.

attachmentIdstring | numberRequired

Attachment row id returned by /post-attachment-list.

Request

GET /bff/post/post-attachment-delete

get
curl -X GET "https://api.bizkithub.com/bff/post/post-attachment-delete?id=aBcDeFgH12345678" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "success": false
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key