Hanzo
OpenapiSocial

Removes one connected account from the org and answers 204 with no body; an id…

Removes one connected account from the org and answers 204 with no body; an id that is not there is 404. It removes the account record only.

DELETE /v1/social/accounts/{id}

Addresshttps://api.hanzo.ai/v1/social/accounts/{id}
MethodDELETE
Operationdelete_social_accounts_by_id
AuthAuthorization: Bearer $HANZO_API_KEY

Removes one connected account from the org and answers 204 with no body; an id that is not there is 404.

It removes the account record only. Posts that already published through it keep their published state and their recorded external ids — this does not retract anything from the network.

Request

1 field.

FieldInTypeRequiredDescription
idpathstringyesID is the account or post to act on, taken from the path.

Response

StatusBodyMeaning
204no content

Failure carries the platform error shape — see Errors.

Examples

hanzo social accounts rm <id>

Social API · All Hanzo APIs · Interactive reference

How is this guide?

On this page