Skip to main content
DELETE
/
v0
/
tokens
/
{id}
Delete token
curl --request DELETE \
  --url https://api.sfcompute.com/v0/tokens/{id}
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.sfcompute.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

ID of the token to delete.

Response

Token deleted

success
boolean
Example:

true