Soft-delete a Specific Account

DELETE /accounts/{account_id}

Path parameters

  • account_id string Required

    Account ID

Responses

  • 429

    Too many requests.

  • default

    Unexpected Error.

  • 200

    Account soft-deleted.

  • 401

    Unauthorized.

  • 403

    Forbidden.

  • 404

    Account not found

DELETE /accounts/{account_id}
curl \
 -X DELETE https://sandbox-api.canopyservicing.com/accounts/31mNprzLd2bKl6koVna68ARM \
 -H "Authorization: Bearer $ACCESS_TOKEN"