Delete an Authentication Token (API V2 only)

delete/token

Invalidates an access token.

Securitybasic or X-PriceFx-jwt
Request
header Parameters
Pricefx-Key
string

The Pricefx API key. Contact Pricefx Support to get your Pricefx-Key.

Responses
204

Logout successful.

403

Forbidden - The request did not contain a valid Pricefx-Key, the provided credentials in body were incorrect, the user was banned or not found or device registration required.

Request samples
Response samples
application/json
{
  • "error": "string"
}