Detach a custom column field

Detaches the selected custom field from a module and optional scope, then returns the refreshed field resource.

Authentication

AuthorizationBearer

The signed-in SchoolSet user token sent by the frontend.

Path parameters

idintegerRequired>=1
Custom column field identifier to detach.

Request

This endpoint expects an object.
modulestring or nullOptional
scope_idinteger or nullOptional

Response

Custom field detached and its resource returned.
statusstringOptional
messagestringOptional
dataobjectOptional

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error