Skip to main content
DELETE
/
templates
/
{id}
cURL
curl --request DELETE \
  --url http://base.url.com/templates/{id} \
  --header 'x-phishy-api-key: <api-key>'
{
  "error": 123,
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.phishy.io/llms.txt

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

Authorizations

x-phishy-api-key
string
header
required

Path Parameters

id
string
required

Response

Template deleted successfully