diff --git a/docs/Next-Step-Server-REST-API-Reference.md b/docs/Next-Step-Server-REST-API-Reference.md index f95615268..3d3806916 100644 --- a/docs/Next-Step-Server-REST-API-Reference.md +++ b/docs/Next-Step-Server-REST-API-Reference.md @@ -783,26 +783,12 @@ For other authentication methods use the following configuration: ``` - + ### Disable an Authentication Method for Given User Disable an authentication method for given user and lists all authentication methods enabled for given user after the authentication method has been disabled. -This method has a `POST /user/auth-method/delete` alternative. - - - - - - - - - - -
MethodDELETE
Resource URI/user/auth-method
- -Alternative with `POST` method for environments which do not allow `DELETE` methods: @@ -919,26 +905,12 @@ The list of expected status codes: ``` - + ### Delete an Authentication Method Delete an authentication method. Use only when the authentication method which is to be deleted has no usages. -This method has a `POST /auth-method/delete` alternative. - -
Method
- - - - - - - - -
MethodDELETE
Resource URI/auth-method
- -Alternative with `POST` method for environments which do not allow `DELETE` methods: @@ -3113,26 +3085,12 @@ The list of expected status codes: ``` - + ### Delete an Operation Configuration Delete an operation configuration. -This method has a `POST /operation/config/delete` alternative. - -
Method
- - - - - - - - -
MethodDELETE
Resource URI/operation/config
- -Alternative with `POST` method for environments which do not allow `DELETE` methods: @@ -3317,22 +3275,20 @@ The list of expected status codes: ``` - + ### Delete an Operation and Authentication Method Configuration Delete a configuration for an operation and an authentication method. -This method has a `POST /operation/auth-method/config/delete` alternative. -
Method
- + - +
MethodDELETEPOST
Resource URI/operation/auth-method/config/operation/auth-method/config/delete
@@ -3601,26 +3557,12 @@ The list of expected status codes: - + ### Delete an Organization Delete an organization. -This method has a `POST /organization/delete` alternative. - - - - - - - - - - -
MethodDELETE
Resource URI/organization
- -Alternative with `POST` method for environments which do not allow `DELETE` methods: @@ -3743,26 +3685,12 @@ The list of expected status codes: ``` - + ### Delete a Step Definition Delete a step definition. -This method has a `POST /step/definition/delete` alternative. - -
Method
- - - - - - - - -
MethodDELETE
Resource URI/step/definition
- -Alternative with `POST` method for environments which do not allow `DELETE` methods: @@ -4023,26 +3951,12 @@ The list of expected status codes: - + ### Delete an Application Delete an application. -This method has a `POST /application/delete` alternative. - -
Method
- - - - - - - - -
MethodDELETE
Resource URI/application
- -Alternative with `POST` method for environments which do not allow `DELETE` methods: @@ -4227,26 +4141,12 @@ The list of expected status codes: ``` - + ### Delete a Role Delete a user role. -This method has a `POST /role/delete` alternative. - -
Method
- - - - - - - - -
MethodDELETE
Resource URI/role
- -Alternative with `POST` method for environments which do not allow `DELETE` methods: @@ -4760,26 +4660,12 @@ The list of expected status codes: - + ### Delete a credential policy Delete a credential policy. -This method has a `POST /credential/policy/delete` alternative. - -
Method
- - - - - - - - -
MethodDELETE
Resource URI/credential/policy
- -Alternative with `POST` method for environments which do not allow `DELETE` methods: @@ -5108,26 +4994,12 @@ The list of expected status codes: - + ### Delete a credential definition Delete a credential definition. -This method has a `POST /credential/definition/delete` alternative. - -
Method
- - - - - - - - -
MethodDELETE
Resource URI/credential/definition
- -Alternative with `POST` method for environments which do not allow `DELETE` methods: @@ -5424,26 +5296,12 @@ The list of expected status codes: - + ### Delete an OTP policy Delete an OTP policy. -This method has a `POST /otp/policy/delete` alternative. - -
Method
- - - - - - - - -
MethodDELETE
Resource URI/otp/policy
- -Alternative with `POST` method for environments which do not allow `DELETE` methods: @@ -5735,26 +5593,12 @@ The list of expected status codes: - + ### Delete an OTP definition Delete an OTP definition. -This method has a `POST /otp/definition/delete` alternative. - -
Method
- - - - - - - - -
MethodDELETE
Resource URI/otp/definition
- -Alternative with `POST` method for environments which do not allow `DELETE` methods: @@ -6053,26 +5897,12 @@ The list of expected status codes: - + ### Delete a Hashing Configuration Delete a hashing configuration. -This method has a `POST /hashconfig/delete` alternative. - -
Method
- - - - - - - - -
MethodDELETE
Resource URI/hashconfig
- -Alternative with `POST` method for environments which do not allow `DELETE` methods: @@ -6864,26 +6694,12 @@ The list of expected status codes: ``` - + ### Delete a User Identity Delete a user identity. -This method has a `POST /otp/policy/delete` alternative. - -
Method
- - - - - - - - -
MethodDELETE
Resource URI/user
- -Alternative with `POST` method for environments which do not allow `DELETE` methods: @@ -7156,26 +6972,12 @@ The list of expected status codes: - + ### Delete a User Contact Delete a user contact. -This method has a `POST /user/contact/delete` alternative. - -
Method
- - - - - - - - -
MethodDELETE
Resource URI/user/contact
- -Alternative with `POST` method for environments which do not allow `DELETE` methods: @@ -7464,26 +7266,12 @@ The list of expected status codes: ``` - + ### Delete a User Alias Delete a user alias. -This method has a `POST /user/alias/delete` alternative. - -
Method
- - - - - - - - -
MethodDELETE
Resource URI/user/alias
- -Alternative with `POST` method for environments which do not allow `DELETE` methods: @@ -7597,26 +7385,12 @@ The list of expected status codes: ``` - + ### Remove a Role from User Identity Remove a user role from user identity. -This method has a `POST /user/role/delete` alternative. - -
Method
- - - - - - - - -
MethodDELETE
Resource URI/user/role
- -Alternative with `POST` method for environments which do not allow `DELETE` methods: @@ -8254,26 +8028,12 @@ The list of expected status codes: ``` - + ### Delete a Credential Delete a credential. -This method has a `POST /credential/delete` alternative. - -
Method
- - - - - - - - -
MethodDELETE
Resource URI/credential
- -Alternative with `POST` method for environments which do not allow `DELETE` methods: @@ -8795,26 +8555,12 @@ The list of expected status codes: ``` - + ### Delete an OTP. Delete an OTP. -This method has a `POST /otp/delete` alternative. - -
Method
- - - - - - - - -
MethodDELETE
Resource URI/otp
- -Alternative with `POST` method for environments which do not allow `DELETE` methods:
Method