# Disable an Account You can disable an account at any time, such as when the account holder doesn't make payment, etc. Accounts **can** be [re-enabled](/apis/shipengine/docs/partners/accounts/enable) as well. ## Example Request **PUT /v1/partners/accounts/:account_id/disable** ```http PUT /v1/partners/accounts/242822/disable HTTP/1.1 Host: api.shipengine.com API-Key: __PARTNER_API_KEY_HERE__ ``` A successful response is empty, with a status of 204.