cURL
curl --request DELETE \ --url https://shelfforce.ai/api/v1/accounts/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "deleted": true } }
Permanently deletes an account. This cannot be undone.
API key with sf_live_ prefix. Pass as Authorization: Bearer sf_live_...
sf_live_
Authorization: Bearer sf_live_...
Account ID
Account deleted.
Show child attributes