Unassign prompt template

Remove a prompt template assignment from a workspace channel.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <API_KEY>, where API_KEY is your API key.

Path parameters

workspaceIdstringRequired
Workspace to configure.
modestringRequired

Channel to clear. Allowed values: chat or voice.

Headers

X-Account-IdstringRequired
Account that owns the workspace.

Response

Confirms the template assignment was removed.
successboolean
True when the template assignment was removed.

Errors

403
Forbidden Error
404
Not Found Error
500
Internal Server Error