Skip to main content
DELETE
/
v1
/
logout
Sign out and revoke JWT
curl --request DELETE \
  --url https://api.nitrosend.com/v1/logout \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API key (nskey_live_...) or JWT token. API key is checked first; if not found, falls back to Devise JWT authentication.

Response

204

Signed out