Skip to main content
DELETE
/
templates
/
{uid}
Delete template
curl --request DELETE \
  --url https://api.pictify.io/templates/{uid} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

API key obtained from the Pictify dashboard

Path Parameters

uid
string
required

Response

200 - application/json

Template deleted

message
string