Parameters
2 query
Query parameters
· 2idstringRequiredPost external ID.
Example
aBcDeFgH12345678attachmentIdstring | numberRequiredAttachment row id returned by /post-attachment-list.
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.
2 query
idstringRequiredPost external ID.
aBcDeFgH12345678attachmentIdstring | numberRequiredAttachment row id returned by /post-attachment-list.
1 status code documented
successbooleanRequiredWhether the detach was successful.
{
"success": false
}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"All BizKitHub public API endpoints require authentication via API key.