Skip to main content

Delete a personal question

DELETE 

/nevisidm/api/core/v1/:clientExtId/personal-questions/:extId

Since: 2.79.0

Required permission(s): AccessControl.PersonalQuestionDelete

Deletes the personal question with the given external ID from the specified client.

Request

Path Parameters

    clientExtId stringrequired

    External ID of the client.

    Example: client-123
    extId stringrequired

    External ID of the personal question.

    Example: pq-123

Responses

Personal question deleted successfully

Loading...