Skip to main content

Delete a Spending Plan Account

Use this endpoint to delete a spending_plan_account.

DELETE
/users/{user_guid}/spending_plans/{spending_plan_guid}/spending_plan_accounts/{spending_plan_account_guid}

Request sample

Language:shell

_10
curl -i -X DELETE 'https://int-api.mx.com/users/USR-11141024-90b3-1bce-cac9-c06ced52ab4c/spending_plans/SPL-13f7416b-3891-4e41-bcfd-25b10089ab7a/spending_plan_accounts/SPA-c76e4a85-b2c4-4335-82b7-8f8b8f28c35a' \
_10
-u 'client_id:api_key' \
_10
-H 'Accept: application/vnd.mx.api.v2beta+json' \
_10
-H 'Content-Type: application/json' \

Response sample

200
Language:json

_10
# Successful deletes return a status of 204 No Content.
_10
# They do not include a response body.