- API Reference
- Authentication
- Budget v4
-
Callouts
- Callouts and Application Connectors
- Delete notification requests
- Event Notification Callout
- Fetch Attendee Version 2 Callout
- Fetch List Callout
- Get notifications by status
- Launch an external URL request v1
- Launch External URL - Expense v4
- Launch External URL - Request v4
- Post an event notification request
- Post an attendee search request
- Post a list search request
- Cards v4
- Cash Advance v4.1
- Common
- Direct Connect - Ground Transportation v1
- Direct Connect - Hotel Service v4
- Document Compliance Gateway v4
- Event Subscription Service v4
- Exchange Rate v4
- Expense v1
- Expense v3
- Expense v4
- Financial Integration Service v4
- Insights
- Invoice
- Quick Expense v4
- Receipts
- Receipt Image
- Request v4
- Spend Documents v4
- Travel
- Travel Allowance v4
- Travel Profile
- User
- General
Delete Notification Requests
Limitations
Access to this documentation does not provide access to the API.
URI
https://www.concursolutions.com/api/platform/notifications/v1.0/notification/
Request
Request Parameters
notificationID: The unique identifier for the notification. Required.
Example:
https://www.concursolutions.com/api/platform/notifications/v1.0/notification/{notificationID}
URI Source: The URI is returned in the NotificationUrl element of the Response for the Get Notifications by Status function.
Headers
Authorization Header
Authorization header with OAuth token for valid SAP Concur user. Required.
The OAuth consumer must have one of the following user roles in the SAP Concur platform: Company Administrator or Web Services Administrator for Professional, or Can Administer for Standard.
Accept Header
- application/xml
- application/json
XML Example Request
DELETE https://www.concursolutions.com/api/platform/notifications/v1.0/notification/nOB1KNTDSV0UqiYeTsy6su$praZSogRJB6 HTTP/1.1
Authorization: OAuth {access token}
Response
Content Types
- application/xml
- application/json
Schema
The response returns an HTTP Status Code as follows:
HTTP Code | Description |
---|---|
200 Success | Notification successfully deleted. |
400 Bad Request | The request is malformed. Check the API document and verify the request uses the correct format. |
403 Forbidden | The OAuth Consumer doesn’t have a required role. Check the API documentation to learn the required roles. |
Example of Successful Response
HTTPS 200 Success