userfieldtype.delete
Deletes user field type, registered by the application. This method returns true or an error with description.
Parameters
Parameter | Type | Description | Limitations |
---|---|---|---|
USER_TYPE_ID | Line | Inline code of the type. Required parameters. | a-z0-9 |
Examples
Call example
BX24.callMethod( 'userfieldtype.delete', { USER_TYPE_ID: 'test' } );
Request example
POST https://sometestportal.bitrix24.com/rest/userfieldtype.delete HTTP/1.1 USER_TYPE_ID=test&auth=63t6r4z9cugaciaxocrh2r47zlodp12y HTTP/1.1 200 OK { "result": true }
© «Bitrix24», 2001-2024