Delete project template
documentedDelete a project template.
DELETE /projecttemplates/{template_id}Project Templatesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://app.paymoapp.com/api/projecttemplates/{{$template_id}}" -X DELETE -u {{$PAYMOAPP_API_KEY}}:SOME_RANDOM_TEXT -H "Accept: application/json"