BizKitHub
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

Query parameters

· 2
idstringRequired

Post external ID.

ExampleaBcDeFgH12345678
attachmentIdstring | numberRequired

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

Response schema

1 status code documented

200Success
successbooleanRequired

Whether the detach was successful.

Response example

application/json
{
  "success": false
}

Request example

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"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key