Documentation Index
Fetch the complete documentation index at: https://mintlify.com/resend/resend-go/llms.txt
Use this file to discover all available pages before exploring further.
Remove
Remove a template by ID or alias using the default context.Parameters
The template ID or alias to delete.
Returns
Returns a*RemoveTemplateResponse confirming the deletion.
Example
RemoveWithContext
Remove a template by ID or alias with a custom context.Parameters
Context for the request, useful for timeouts and cancellation.
The template ID or alias to delete.
Returns
Returns a*RemoveTemplateResponse confirming the deletion.
Example
Types
RemoveTemplateResponse
Response from removing a template.The object type, always “template”.
The unique identifier of the deleted template.
Indicates whether the template was successfully deleted.