Delete Scenario

Endpoint

/scenarios/{scenario_id}

Allows a user to delete a specific scenario from their account. Note that the scenario will be "soft-deleted" or just dis-associated from the user's account.

Type

DELETE

Request Parameters

  • Required:
    • scenario_id: Identifer for the scenario as obtained from the Scenario List endpoint

Responses

  • 200 OK: Successfully deleted scenario.

  • 404 Not Found: Error in deletion attempt

Example Request

curl --location --request DELETE 'https://intermx-prod.apigee.net/v1/scenarios/681194583aad62001286c4c4' \
--header 'apikey: {YOUR API KEY HERE}'

Example Response

{"status_code": 200}