Skip to main content
DELETE
/
organizations
/
{organization}
/
service-tokens
/
{id}
Delete a service token
curl --request DELETE \
  --url https://api.planetscale.com/v1/organizations/{organization}/service-tokens/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

organization
string
required

The name of the organization

id
string
required

The ID of the service token

Response

Service token deleted successfully