21 lines
469 B
YAML
21 lines
469 B
YAML
|
tags:
|
||
|
- Canned Response
|
||
|
operationId: delete-canned-response-from-account
|
||
|
summary: Remove a Canned Response from Account
|
||
|
description: Remove a Canned Response from Account
|
||
|
security:
|
||
|
- userApiKey: []
|
||
|
parameters:
|
||
|
- in: path
|
||
|
name: id
|
||
|
type: integer
|
||
|
required: true
|
||
|
description: The ID of the canned response to be deleted
|
||
|
responses:
|
||
|
200:
|
||
|
description: Success
|
||
|
404:
|
||
|
description: Canned Response not found
|
||
|
403:
|
||
|
description: Access denied
|