Skip to main content
DELETE
/
managed-accounts
/
{short_id}
Delete Retailer Credentials
curl --request DELETE \
  --url https://api.zinc.com/managed-accounts/{short_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}
Permanently delete retailer credentials. This action cannot be undone.

Path Parameters

  • short_id (required) - The short identifier of the credentials to delete (e.g., zn_acct_a1b2c3d4)
Deleting credentials that are actively in use by a processing order may cause the order to fail. Ensure no orders are currently processing with these credentials before deleting.

Headers

authorization
string | null

Path Parameters

short_id
string
required

Response

Successful Response