Skip to main content
DELETE
Delete an action

Authorizations

Authorization
string
header
required

JWT token obtained from token exchange

Path Parameters

name
string
required

Action name

Pattern: ^[a-z0-9_]+$
Example:

"send_email"

Response

Action deleted successfully

message
string
Example:

"Action deleted successfully"