DELETE
/
v2
/
workspaces
/
{workspaceId}
/
webhooks
/
{automationSlug}
*
curl --request DELETE \
  --url 'https://api.eda.prisme.ai/v2/workspaces/{workspaceId}/webhooks/{automationSlug}*' \
  --header 'Content-Type: application/json' \
  --header 'X-Prismeai-API-Key: <api-key>' \
  --data '"<any>"'
"<any>"

Authorizations

X-Prismeai-API-Key
string
header
required
connect.sid
string
cookie
required

Path Parameters

workspaceId
string
required

Workspace ID

automationSlug
string
required

Automation slug we will trigger. Can contain a slash in order to make subpath.

Query Parameters

query
object

Body

Entire body will be passed as a payload to the triggered automation

Response

200
application/json
Success Response

The response is of type any.