Skip to main content

Delete a Spending Plan

Use this endpoint to delete a user's spending_plan.

DELETE
/users/{user_guid}/spending_plans/{spending_plan_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' \
_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.