Skip to main content

Delete a Spending Plan Iteration Item

Use this endpoint to delete a spending plan iteration_item.

DELETE
/users/{user_guid}/spending_plans/{spending_plan_guid}/iterations/current/iteration_items/{iteration_item_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-dbfe201d-c341-4bff-93c0-62a918d0b600/iterations/current/iteration_items/SII-0479b359-b682-4d49-8c6a-61c7c1ec642f' \
_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.