Skip to main content
DELETE
/
v1
/
campaigns
/
{campaignId}
/
steps
/
{stepId}
Excluir step da campanha (soft delete)
curl --request DELETE \
  --url https://api.nuvia.ai/v1/campaigns/{campaignId}/steps/{stepId} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Token JWT de autenticação

Path Parameters

campaignId
string
required

ID da campanha

stepId
string
required

ID do step

Response

200 - application/json

The response is of type object.