Delete Link
Delete Link
Deletes this link and disables its access token.
After deletion, the link id and access token are no longer valid and cannot be used to access any data that was associated with it. MoneyKit retains a bare-minimum record of the deleted link for a period (90 days) after deletion, so that your app can fetch the link by its ID and see that it is deleted; but after 90 days, the link will be hard-deleted and is no longer accessible in any way.
URL
Request
Response
id
: string
required
The unique ID for this link.
example: mk_eqkWN34UEoa2NxyALG8pcV
X-Client-Id
: string
Your client ID.
example: live_dcc75c42eb6122127356
X-Client-Secret
: string
Your client secret
example: vzPznCv3kT7fHsAr6y3jk38d
Responses
403
Forbidden by link owner. The user did not give permission to access this data when linking.
error_code
: string
default: "link_error.forbidden_action"
error_message
: string
Error message
example: Accounts access not permitted
documentation_url
404
Link not found.
error_code
: string
default: "link_error.not_found"
error_message
: string
default: "Link not found."
documentation_url
410
Link deleted.
error_code
: string
default: "link_error.deleted"
error_message
: string
default: "This link was deleted at some earlier time."
documentation_url
422
Link error.
error_code
: string
default: "link_error.bad_state"
error_message
: string
documentation_url
link_error_code
: string
429
Rate limit exceeded.
error_code
: string
default: "api_error.rate_limit_exceeded"
error_message
: string
Error message
default: "Rate limit exceeded"
documentation_url