Delete Field Definitions

This endpoint removes only the field definitions provided in the query parameter. The fields in the query parameter must belong to the collection specified. The results of this deletion cannot be undone. The deletion will only occur if the user has access to the data source.
NOTE: If the entire schema is removed then all of the values of each data item are also removed.

Valid Authentication Methods

OAuth 2.0 User Token Scopes:

  • data-service.admin
Path Params
integer
required

ID of collection to delete field definitions from

Query Params
fields
array of strings
required

List of field definition URI's to remove from specified collection

fields*
Response
200

OK

Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!