Skip to main content
DELETE
/
v2
/
authentication
/
foreign
/
{registrationId}
/
registration
Remove Foreign App By Registration Id (deprecated)
curl --request DELETE \
  --url https://api.jtl-cloud.com/erp/v2/authentication/foreign/{registrationId}/registration \
  --header 'Authorization: Bearer <token>' \
  --header 'x-challengecode: <x-challengecode>' \
  --header 'x-tenant-id: <x-tenant-id>'

Documentation Index

Fetch the complete documentation index at: https://developer.jtl-software.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

x-tenant-id
string<uuid>
required

The tenant ID for the target ERP instance.

x-runas
string

The User-Id (int or uuid) on whose behalf the request is executed. Requires scope 'Application.RunAs'.

x-companyid
string

The Company-Id (int or uuid) of the company on whose behalf the request is executed.

x-challengecode
string
required

You can enter any custom value here. The X-ChallengeCode is used during app registration and must be the same for all registration requests. The maximum length is 30 characters.

Path Parameters

registrationId
string<uuid>
required

Unique identifier of the registration request

Response

204 - application/json

Neutral success response — die Anfrage wird angenommen, aber nicht ausgeführt.