Last updated 10 months ago
curl -L \ --request DELETE \ --url 'https://sapphire.contextdata.ai/api/auth/' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
No body
Login using your Context Data user login and generate your token
Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
curl -L \ --request POST \ --url 'https://sapphire.contextdata.ai/api/auth/token' \ --header 'Content-Type: application/json' \ --data '{ "username": "text", "password": "text" }'