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