Skip to main content
DELETE
/
applications
/
{applicationId}
/
actions
/
{actionId}
/
effects
/
{effectId}
Remove an effect from an Action in the Application
curl --request DELETE \
  --url https://local.withsutro.com/applications/{applicationId}/actions/{actionId}/effects/{effectId} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-sutro-api-client: <api-key>'

Authorizations

Authorization
string
header
required

Builder authentication and authorization

x-sutro-api-client
string
header
required

A unique identifier for the API Client making a request

Path Parameters

applicationId
string<uuid>
required
actionId
string<uuid>
required
effectId
string<uuid>
required

Response

Effect removed