Delete an LSF configuration from the database (DELETE)

Description

URL

scheme://domain:port/platform/ws/lsfconfig/{config_id}

Description

Deletes the specified LSF configuration from the database.

HTTP Method

DELETE

Parameters

None

Request

Request-Method

DELETE

Request-URI

/platform/ws/lsfconfig/{config_id}

Request-Header

Name Value

Accept

application/xml or application/json

Message-body

Empty

Response

Response-Code

  • 200 Successful: Successfully deleted the LSF configuration from the database.
  • 403 Forbidden: Access restricted by role-based access control permissions.
  • 404 Not Found: The specified LSF configuration does not exist.
  • 500 Internal Server Error: Exception occurred

Response-Header

Name Value

Content-Type

application/xml or application/json

Message-body

Failure Message

If not successful, returns an error message.

For additional information, refer to the schema file ./schemas/error/error.xsd.

<error>
  <message>
     %s
  </message>
</error>

Related APIs

  • Get the list of LSF configurations in the database: /platform/ws/lsfconfig