mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
14 lines
575 B
YAML
14 lines
575 B
YAML
type: object
|
|
properties:
|
|
accessProfileIds:
|
|
description: List of IDs of Access Profiles to be deleted.
|
|
type: array
|
|
items:
|
|
type: string
|
|
example: ["2c9180847812e0b1017817051919ecca","2c9180887812e0b201781e129f151816"]
|
|
bestEffortOnly:
|
|
description: >-
|
|
If **true**, silently skip over any of the specified Access Profiles if they cannot be deleted because they
|
|
are in use. If **false**, no deletions will be attempted if any of the Access Profiles are in use.
|
|
type: boolean
|
|
example: true |