TribeTale API Docs
Admin APIMembers

Delete a member.

DELETE
/members/{id}/

Authorization

GhostAdminJWT
Authorization<token>

Send Authorization: Ghost <JWT>. This is a custom Ghost scheme, not standard Bearer.

The JWT is signed with HS256 using the Admin API key secret after hex decoding it to bytes. The JWT header must include kid set to the Admin API key id. Ghost verifies the aud claim against the requested Admin or Content API path and enforces a maximum token age of 5 minutes.

In: header

Path Parameters

id*string

Query Parameters

cancel?boolean

Whether to cancel Stripe subscriptions while deleting the member.

Response Body

curl -X DELETE "https://example.com/members/64f0f2c75b8d5b0012345678/"
Empty