Gravv DOCS
Docs Agent Get Started
API Reference Delete a payment link

Delete a payment link

Permanently deletes a payment link.

DELETE/v1/payment-links/{id}

Path Parameters

Unique identifier of the payment link.

Responses

Status Description
200 Payment link deleted successfully.
400 Invalid request parameters.
404 Payment link not found.

200 response

Confirmation message for the deletion.

{
"message": "Payment link deleted successfully"
}

400 response

Human-readable error message.

{
"data": null,
"error": "Invalid request parameters"
}

404 response

Always null for error responses.

Human-readable error message.

{
"data": null,
"error": {
"code": "NOT_FOUND",
"message": "Payment link not found",
"details": {}
}
}

Authorization

  • ApiKeyAuth
Was this page helpful?
Assistant
Responses are generated using AI and may contain mistakes.

Ask me anything about the documentation.

ESC