Remove one team's override of a field's upload default (admin)
DELETE /fields/{id}/default-overrides/{team_id}
DELETE
/fields/{id}/default-overrides/{team_id}
The team falls back to the field’s own default, if it has one.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string format: uuid
team_id
required
string format: uuid
Responses
Section titled “ Responses ”Removed.
Authentication required, missing, or invalid
object
error
required
Human-readable error summary
string
Example
the request could not be completedExample
{ "error": "authentication required: sign in and retry with a valid session or API token"}Authenticated but missing required capabilities
object
error
required
Human-readable error summary
string
Example
the request could not be completedResource not found
object
error
required
Human-readable error summary
string
Example
the request could not be completed