DEL /v1/intents/:id
The DEL /v1/intents/:id endpoint allows you to cancel a previously created intent by its unique identifier.
Request
Endpoint
Path Parameters
Parameter
Type
Description
id
string
The unique identifier (id
) of the intent to delete.
Body
No body is required for this request.
Response
Status: 200 OK
The intent was successfully canceled.
Last updated