/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 · 2
idstringRequiredPost external ID.
attachmentIdstring | numberRequiredAttachment row id returned by /post-attachment-list.
Request
GET /bff/post/post-attachment-delete
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.