Chatwoot/swagger/paths/application/custom_attributes/delete.yml
2022-04-07 19:01:31 +05:30

20 lines
476 B
YAML

tags:
- Custom Attributes
operationId: delete-custom-attribute-from-account
summary: Remove a custom attribute from account
description: Remove a custom attribute from account
security:
- userApiKey: []
parameters:
- in: path
name: id
type: integer
required: true
description: The ID of the custom attribute to be deleted
responses:
200:
description: Success
404:
description: Custom attribute not found
403:
description: Access denied