Wiki source code of tempuser_delete.php

Last modified by YellowFox_RD on 2024/12/19 10:11

Hide last authors
YellowFox_RD 1.1 1 (% class="box" %)
Dominic Lippmann 2.1 2 (((Table of Contents)))
YellowFox_RD 1.1 3 {{toc/}}
4
Dominic Lippmann 2.1 5 Deletes a temporary user. 
6 = Description =
7 ////**(% class="blue mark" %)POST(%%) tempuser_delete.php?company**=//RTI_COMPANYKEY**&import**=RTI_IMPORTKEY//**&email=**//USER_EMAIL////
8 //
YellowFox_RD 1.1 9 = Parameter =
Dominic Lippmann 2.1 10 |=parameter|=description|=type|=mandatory
11 |company|RTI company key|STRING|yes
12 |import|RTI import key|STRING|yes
13 |email|email address of the user to be deleted|STRING|yes
YellowFox_RD 1.1 14
Dominic Lippmann 2.1 15 = Return =
16 A success message will be "**OK**". Otherwise it return "(% class="error" %)**ERROR:Description**(%%)".
17 = Examples =
YellowFox_RD 1.1 18
Dominic Lippmann 2.1 19 **cancels order "AUF_1234"**
YellowFox_RD 1.1 20 {{code language="java"}}https://map.yellowfox.de/rti/tempuser_delete.php?company=RTI_COMPANYKEY&import=RTI_IMPORTKEY&email=m.mustermann@example.com{{/code}}
21