Skip to content

Delete an Access Token

Terminal window
https://mapi.storyblok.com/v1/spaces/:space_id/api_keys/:access_token_id

Delete an access token using its numeric ID.

  • :space_id required number

    Numeric ID of a space

  • :access_token_id required number

    Numeric ID of the access token

curl "https://mapi.storyblok.com/v1/spaces/606/api_keys/2345" \
-X DELETE \
-H "Authorization: YOUR_OAUTH_TOKEN"