DELETE
/
text_pipeline_configuration
curl --request DELETE \
  --url https://api.toingg.com/api/v3/text_pipeline_configuration \
  --header 'Authorization: Bearer <token>'
"<any>"

Overview

The “Delete Text Pipeline Configuration” endpoint is used to remove the configurations for a specific campaign’s text pipeline. By sending a DELETE request to the /text_pipeline_configuration endpoint, users can delete the current settings and parameters that have been configured for the text pipeline. This functionality is crucial for managing and updating campaign configurations, ensuring that outdated or unnecessary settings are effectively removed.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

campId
string
required

Response

200
application/json

Successful Response

The response is of type any.