Delete persona story detail
Removes one detail, leaving the story it was hung on alone
DELETE /personas/{id}/stories/{storyId}/details/{detailId}
note
SDK method: deletePersonaStoryDetail
Security: authenticated (policy: platform.manage)
Attributes
Attributes (3)
| Attribute | Type | Required | Description |
|---|---|---|---|
detailId | string | Yes | Path parameter. |
id | string | Yes | Path parameter. |
storyId | string | Yes | Path parameter. |
Response
200 OK — Returns a PersonaStoryList object.