website logo
Navigate through spaces
⌘K
Getting Started
Overview
Creating Your Account
Testing sanctions.io
Implementation
Implementation Guide
Best Practices
API Reference
Authorization & API Version
API Endpoints
Solutions
Manual Batch Screening
Sanctions Screening for SAP®
Sanctions Screening for BigID®
Integrating with Low-Code Tools
Changelog
Resources
FAQs
Sanctions & Watchlists
Legal Documents
Customer Support
Docs powered by archbee 

Delete API Tokens

2min
DELETE
This will delete the token specified with the key in the url.
AUTHENTICATION
Authorization
string
Bearer
PATH PARAMETERS
tokenKey
string
*

key of the token you want to delete, (deleted tokens are unusable but kept for you forever).

RESPONSES
204
The token was deleted successfully.
401
Error message when there is no token provided.
Error401
detail
string
Error reason
403
Error message when you don't have the appropriate plan.
Error403
detail
string
Error reason
406
Error message when you try to delete the same token you are using in the request.
Error406
detail
string
Error reason




PREVIOUS
Create API Tokens
NEXT
Manual Batch Screening
Docs powered by archbee