The Delete a User endpoint deletes an existing user. Deleting a user does not erase data from the system but only deactivates the user and its associated cards. Following are the properties of this endpoint.
to Headers,whose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************
or
Path Params
uuid
stringÂ
required
This field contains a unique identifier of the user.
Header Params
requestUuid
stringÂ
required
A unique id is required to be passed as part of the header whenever a SimpliFi API is called from your system. This would help us in debugging in case of a discrepancy in the expected behavior of the API.