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