Details of the request:
- URI: api/v8.6/ci/{id}?isGuId={isGuId}
- Type: DELETE
-
Required headings:
- Content-Type: application/json
- Authorization: TOKEN
The URI structure of the request is implemented as follows:
- If it’s by CI: api/v8.6/ci/IdCI?isGuId=False
- If by GuID: api/v8.6/ci/GuID?isGuId=True
Parameters:
Name | Data type | Obligatory | Description |
---|---|---|---|
Id | Text | Yes | CI ID or GuId to be deleted |
IsGuId | Boolean | Yes | In case the Id that is sent is GuId the value will be “true”, if it corresponds to the Id of a CI then it will be “false” |
Body of the petition
Empty
Answer:
Value boleando indicating the result of the operation.
Error messages:
Code | HTTP status | Error Message |
---|---|---|
400 | BadRequest | InvalidToken |
404 | BadRequest | InvalidUserId |
404 | BadRequest | InvalidCiId |
500 | InternalServerError | FailureDeleteCi |