Soft-delete a Specific Account

DELETE /accounts/{account_id}

Path parameters

  • account_id string Required

    Account ID

Responses

  • 200

    Account soft-deleted.

  • 401

    Unauthorized.

  • 403

    Forbidden.

  • 404

    Account not found

  • 429

    Too many requests.

  • default

    Unexpected Error.

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