> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tribease.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Payment Intent

## Request Path Parameter

<ParamField path="id" type="string" placeholder="pi_aedf123ddslflgnalkihb" required>
  The ID of the Payment Intent.
</ParamField>

## Response Data

<ResponseField name="status" type="int" required>
  The status of the response
</ResponseField>

<ResponseField name="title" type="string" required>
  The title of the response
</ResponseField>

<ResponseField name="message" type="string" required>
  The message of the response
</ResponseField>
