Skip to main content

Cancel a purchase intent

You can cancel a purchase intent against a listing using the Phosphor public API. Public APIs do not require authentication with an api key in the header.

Issue a DELETE request to the purchase-intents endpoint.

DELETE https://public-api.phosphor.xyz/v1/purchase-intents/{purchase_intent_id}

If you see a 204 in response, the purchase intent is successfully cancelled.