Delete a Userfield Category

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
  1. DELETE /dc/api/v5/userfieldcategories/87ae89240118d68aeabc128deadbeef HTTP/1.1
  2. Host: api.digitalchalk.com
  3. Accept: application/json
Response
  1. HTTP/1.1 204 No Content