Skip to main content
DELETE
/
v2
/
invoicing
/
templates
/
{template_id}
Delete template
curl --request DELETE \
  --url https://api-m.sandbox.paypal.com/v2/invoicing/templates/{template_id} \
  --header 'Authorization: Bearer <token>'
{
  "details": [
    {
      "field": "<string>",
      "value": "<string>",
      "location": "body"
    }
  ],
  "debug_id": "<string>",
  "links": [
    {
      "href": "<string>",
      "rel": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.paypal.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Oauth 2.0 authentication

Path Parameters

template_id
string
required

The ID of the template to delete.

Maximum string length: 2147483647
Pattern: ^.*$

Response

A successful request returns the HTTP 204 No Content status code with no JSON response body.