DELETE
/
v2
/
alert
/
ads
/
{alertId}
curl --request DELETE \
  --url https://api.f6o.co/v2/alert/ads/{alertId} \
  --header 'x-api-key: <api-key>'
{
  "kind": "<string>",
  "internalDelay": 123,
  "created": "<string>",
  "updated": "<string>",
  "deleted": "<string>",
  "noop": "<string>"
}

Authorizations

x-api-key
string
header
required

API Key used to be authentified to these APIs. Please contact Fluximmo to get one

Path Parameters

alertId
string
required

Response

200
application/json

A successful response.

The response is of type object.

DELETE
/
v2
/
alert
/
ads
/
{alertId}
curl --request DELETE \
  --url https://api.f6o.co/v2/alert/ads/{alertId} \
  --header 'x-api-key: <api-key>'
{
  "kind": "<string>",
  "internalDelay": 123,
  "created": "<string>",
  "updated": "<string>",
  "deleted": "<string>",
  "noop": "<string>"
}

Authorizations

x-api-key
string
header
required

API Key used to be authentified to these APIs. Please contact Fluximmo to get one

Path Parameters

alertId
string
required

Response

200
application/json

A successful response.

The response is of type object.