Parameters
JSON body
Request body
application/jsoncodestringRequiredCode identifying the reason to soft-delete.
Marks a credit reason as deleted. Existing transaction links remain valid; the reason no longer appears in selectbox or list endpoints.
JSON body
codestringRequiredCode identifying the reason to soft-delete.
1 status code documented
successbooleanRequiredtrue{
"success": true
}POST /bff/contact-credit/reason/delete
curl -X POST "https://api.bizkithub.com/bff/contact-credit/reason/delete" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"code": "example_code"
}'All BizKitHub public API endpoints require authentication via API key.