Delete Participant
delete
/essbase/rest/v1/scenarios/{scenarioId}/participants/{userId}
Deletes a scenario participant.
Request
Path Parameters
-
scenarioId(required): integer(int64)
Scenario ID.
-
userId(required): string
Participant ID.
Response
Supported Media Types
- application/json
- application/xml
204 Response
No Content
Scenario participant deleted successfully.
400 Response
Bad Request
Failed to delete scenario participant. The scenario ID may be invalid, or the scenario may already have been submitted for approval.
500 Response
Internal Server Error.