Last modified on August 23, 2023 at 1:15 pm
Overview
Delete an existing user by sending an HTTP DELETE request to the user resource’s URL. On success, the request will return 204 No Content.
Examples
Delete User
This example shows the deletion of a user.
Request
DELETE /dc/api/v5/users/87ae89240118d68aeabc128deadbeef HTTP/1.1 Host: api.digitalchalk.com Accept: application/json
Response
HTTP/1.1 204 No Content