Wiki source code of tempuser_delete.php
Last modified by YellowFox_RD on 2024/12/19 10:11
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | (% class="box" %) | ||
2 | (((Table of Contents))) | ||
3 | {{toc/}} | ||
4 | |||
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 | // | ||
9 | = Parameter = | ||
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 | ||
14 | |||
15 | = Return = | ||
16 | A success message will be "**OK**". Otherwise it return "(% class="error" %)**ERROR:Description**(%%)". | ||
17 | = Examples = | ||
18 | |||
19 | **cancels order "AUF_1234"** | ||
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 |