Skip to main content

Notify AppDirect of expired developer accounts

Description: Use this request to notify AppDirect that an existing developer account has expired on a developer system. It is also used if the relationship with the reseller was revoked. It is only possible to indicate a single expired developer account per request.

Endpoint URL: api/sync/v1/tasks

Request operation: EXPIRE

Mandatory parameters in the request:

  • type - the request type
  • operation - the operation (for example EXPIRE)
  • developerIdentifier - the identifier for the developer
  • developerAccountIdentifier - the UUID identifies the developer account

JSON example

{
"type": "TENANT",
"operation": "EXPIRE",
"tenants": [
{
"developerIdentifier": "",
"developerAccountIdentifier": ""
}
]
}

Response

If there is no error, an empty HTTP response with an HTTP status code 202 (Accepted) is returned. Otherwise an error message with the corresponding HTTP status code is sent.

Was this page helpful?