Delete
DELETEhttps://api.envizage.me/scenarios/:scenarioId/persons/:personId/goals/invest-in-a-business/:goalId
Deletes a given Goal from the specified Household and Person.
Request
Path Parameters
scenarioId stringrequired
The scenario's id
personId stringrequired
The person's id
goalId stringrequired
The goal's id
Responses
- 204
- 404
- 500
No Content
- */*
- Schema
Schema
string
Not Found
Internal Server Error
Authorization: openIdConnect
name: authenticationtype: openIdConnectscopes: scenarios:full,scenarios:write
bearerFormat: JWTopenIdConnectUrl: https://id.production.envizage.me/realms/:realmId/protocol/openid-connectscheme: Bearer
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X DELETE 'https://api.envizage.me/scenarios/:scenarioId/persons/:personId/goals/invest-in-a-business/:goalId' \
-H 'Accept: */*'
ResponseClear