Site Logo

Disable a ShipEngine™ API Key

Each Shipengine Account comes with its own API key, however if it ever becomes compromised you will need to disable it via the /v1/partners/accounts/:account_id/api_keys/:key_id endpoint.

Example

1
2
3
DELETE /v1/partners/accounts/242822/api_keys/4094 HTTP/1.1
Host: api.shipengine.com
API-Key: __YOUR_API_KEY_HERE__

A successful response is empty, with a status of 204.