DELETE
/
api
/
users
/
file_classes
/
{file_class_name}
curl --request DELETE \
  --url https://app.herondata.io/api/users/file_classes/{file_class_name} \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "description": "<string>",
    "display_name": "<string>",
    "grouping": "<string>",
    "name": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

file_class_name
string
required
user_id
integer
required

Response

200 - application/json
OK
name
string
required
description
string | null
display_name
string | null
grouping
string | null