Last modified on September 11, 2023 at 1:49 pm
Overview
Delete an existing custom userfield by sending an HTTP DELETE request to the userfield resource’s URL. On success, the request will return 204 No Content.
Examples
Delete Custom Userfield
This example shows the deletion of a custom userfield.
Request
DELETE /dc/api/v5/userfields/87ae89240118d68aeabc128deadbeef HTTP/1.1
Host: org.digitalchalk.com
Accept: application/json
Response
HTTP/1.1 204 No Content