You can use this endpoint to delete the picture or the templates for a user from our software.
Name | Type | Required | Description |
---|---|---|---|
p_companyID | string | Yes | The security code you have been provided with, string (32) |
p_wsAltUserId | string | Yes | The id of the user from our database |
p_deletePicture | integer | No | 0 not delete the picture, 1 delete picture |
p_deleteTemplates | integer | Yes | 0 not delete the templates, 1 delete templates |
ERROR_NO_SECURITY_HASH - no p_companyID is provided.
ERROR_UNKNOWN_SECURITY_HASH - the supplied p_companyID is invalid.
NO_WS_ALT_USER_ID_SET - no p_wsAltUserId provided.
NO_WS_ALT_USER_ID_INFOFIELD_SET - no wsAltUserId infolabel is set for the company.
NO_USER_FOUND_BASED_ON_WS_ALT_USER_ID_VALUE - user was not found based on the p_wsAltUserId provided.
NO_USER_FOUND_BASED_ON_INFO_ID_VALUE - user was not found based on the p_wsAltUserId provided.
NO_ACTION_SELECTED - both p_deletePicture and p_deleteTemplates are set to 0
PROFILE_PICTURE_DELETED - if the user profile picture was deleted succesfully.
FACE_TEMPLATES_DELETED - if the user templates were deleted succesfully.
Sample
Response