Skip to content

Delete Customer

Delete a customer.

DELETE /v1/customers/:id

Path Parameters

ParameterDescription
idCustomer ID

Response

json
{
  "data": {
    "id": "cus_xxx",
    "deleted": true
  }
}

Example

bash
curl -X DELETE "https://api.packedge.dev/v1/customers/cus_xxx" \
  -H "Authorization: Bearer pk_your_api_key"

Notes

  • Deleting a customer also deletes all associated licenses
  • This action is permanent and cannot be undone