Custom fieldsets
Delete Custom Fieldset
Deletes a Custom Field Set
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Path Parameters
custom_fieldset_id*string
Response Body
application/json
application/json
curl -X DELETE "https://api.members.dev/v1/custom-fieldsets/string"{
"id": "string",
"entity_type": "user",
"name": "string",
"fields": [
{
"id": "string",
"field_definition_id": "string",
"display_order": 0,
"required_override": true,
"hidden_override": true
}
],
"created_at": null,
"updated_at": null
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}