You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ID of the project to delete the secret import from.
environment
str
The slug of the environment where the secret import is located.
path
str
The path of the secret import to delete.
[optional] [default to '/']
Example
frominfisicalapi_client.models.api_v1_secret_imports_secret_import_id_delete_requestimportApiV1SecretImportsSecretImportIdDeleteRequest# TODO update the JSON string belowjson="{}"# create an instance of ApiV1SecretImportsSecretImportIdDeleteRequest from a JSON stringapi_v1_secret_imports_secret_import_id_delete_request_instance=ApiV1SecretImportsSecretImportIdDeleteRequest.from_json(json)
# print the JSON string representation of the objectprintApiV1SecretImportsSecretImportIdDeleteRequest.to_json()
# convert the object into a dictapi_v1_secret_imports_secret_import_id_delete_request_dict=api_v1_secret_imports_secret_import_id_delete_request_instance.to_dict()
# create an instance of ApiV1SecretImportsSecretImportIdDeleteRequest from a dictapi_v1_secret_imports_secret_import_id_delete_request_from_dict=ApiV1SecretImportsSecretImportIdDeleteRequest.from_dict(api_v1_secret_imports_secret_import_id_delete_request_dict)