{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Deletes API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Deletes", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Delete Job Query", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/jobs/query/" }, "docs": "Salesforce Delete Job Query" }, { "info": { "name": "Salesforce Delete Job", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/jobs/ingest/" }, "docs": "Salesforce Delete Job" }, { "info": { "name": "Salesforce Sobject Collections Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/composite/sobjects", "headers": [ { "name": "Content-Type", "value": "example_value" } ], "params": [ { "name": "ids", "value": "example_value", "type": "query" }, { "name": "allOrNone", "value": "true", "type": "query" } ] }, "docs": "Executes actions on multiple records in one request. Use SObject Collections to reduce the number of round-trips between the client and server. This resource is available in API version 42.0 and later.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobjects_collections.htm" }, { "info": { "name": "Salesforce File Information - Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/connect/files/:FILE_ID", "params": [ { "name": "FILE_ID", "value": "500123", "type": "path" } ] }, "docs": "Get information about a specified file, including references to external files. Upload a new version of an existing file, including references to external files. Rename a file, move a file to a different folder, and delete a file.\nTo upload a new version of an existing file, make a POST request. Upload the new version as a binary part in a multipart/form-data request. See Uploading Binary Files. To upload a new file to the Files home, use /connect/files/users/me.Get information about a specified" }, { "info": { "name": "Salesforce Delete Credential", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/named-credentials/credential", "body": { "type": "json", "data": "{}" } }, "docs": "Delete a credential." }, { "info": { "name": "Salesforce Delete External Credential", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/named-credentials/external-credentials/:DEVELOPER_NAME", "params": [ { "name": "DEVELOPER_NAME", "value": "example_value", "type": "path" } ] }, "docs": "Delete an external credential." }, { "info": { "name": "Salesforce Delete Named Credential", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/tooling/sobjects/NamedCredential/:NAMED_CREDENTIAL_ID", "params": [ { "name": "NAMED_CREDENTIAL_ID", "value": "500123", "type": "path" } ] }, "docs": "Salesforce Delete Named Credential" }, { "info": { "name": "Salesforce Feed Element - Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/chatter/feed-elements/:FEED_ELEMENT_ID", "params": [ { "name": "FEED_ELEMENT_ID", "value": "500123", "type": "path" } ] }, "docs": "Access, edit, or delete a feed element. Feed items are the only type of feed element that can be edited.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_feed_element_specific.htm" }, { "info": { "name": "Salesforce Comment - Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/chatter/comments/:COMMENT_ID", "params": [ { "name": "COMMENT_ID", "value": "500123", "type": "path" } ] }, "docs": "Get information about, edit, or delete a comment.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_comments_specific.htm#connect_resources_comments_specific" }, { "info": { "name": "Salesforce Delete Subscription", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/chatter/subscriptions/:SUBSCRIPTION_ID", "params": [ { "name": "SUBSCRIPTION_ID", "value": "500123", "type": "path" } ] }, "docs": "Information about the specified subscription. Also used to delete a subscription, for example, to unfollow a record or a topic.\nA subscription ID is returned as part of the response body for follower and following resources, for example, /records/recordId/followers. In addition, subscriptions IDs are also returned in many summary response bodies, such as group summary or user summary.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_subscriptions.ht" }, { "info": { "name": "Salesforce Expression Set Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/connect/business-rules/expression-set/:expressionSetId", "params": [ { "name": "expressionSetId", "value": "500123", "type": "path", "description": "Expression Set Id: For Example 9QLHo000000LBjEOAW" } ] }, "docs": "# Expression Set Retrieve and Delete (DELETE, GET)\n\nEndpoints to read, and delete expression set.Resource\n\n```\n/connect/business-rules/expression-set/${expressionSetId}\n\n ```\n\nResource Example\n\n```\nhttps://yourInstance.salesforce.com/services/data/v59.0/connect\n /business-rules/expressionSet/$11Oxx0000006PcLEAU\n\n ```\n\nAvailable version\n\n58.0\n\nRequires Chatter\n\nNo\n\nHTTP methods\n\nDELETE, GET\n\nRequest body for GET\n\nRoot XML tag\n\nJSON example\n\n```\n{\n \"name\": \"CTX Mapping ES\",\n \"apiName\"" }, { "info": { "name": "Salesforce Delete Table", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/connect/business-rules/decision-table/definitions/:decisionTableId", "params": [ { "name": "decisionTableId", "value": "500123", "type": "path", "description": "Decision Table Id" } ] }, "docs": "# Decision Table Definitions ( DELETE)\n\nDelete a decision table definition associated with a decision table.\n\nResource\n\n```\n/connect/business-rules/decision-table/definitions/${decisionTableId}\n\n ```\n\nResource Example\n\n```\nhttps://yourInstance.salesforce.com/services/data/v59.0/connect/business-rules/decision-table/definitions/0lDxx00000002Ur\n\n ```\n\nAvailable version\n\n58.0\n\nRequires Chatter\n\nNo\n\nHTTP methods\n\nDELETE\n\nResponse body for DELETE\n\n[Decision Table Output](https://developer.salesforce." }, { "info": { "name": "Salesforce Delete Event Channel", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/tooling/sobjects/PlatformEventChannel/:PLATFORM_EVENT_CHANNEL_ID", "params": [ { "name": "PLATFORM_EVENT_CHANNEL_ID", "value": "500123", "type": "path" } ] }, "docs": "Salesforce Delete Event Channel" }, { "info": { "name": "Salesforce Delete Channel Member", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/tooling/sobjects/PlatformEventChannelMember/:PLATFORM_EVENT_CHANNEL_MEMBER_ID", "params": [ { "name": "PLATFORM_EVENT_CHANNEL_MEMBER_ID", "value": "500123", "type": "path" } ] }, "docs": "Salesforce Delete Channel Member" }, { "info": { "name": "Salesforce Delete Event Relay", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/tooling/sobjects/EventRelayConfig/:EVENT_RELAY_CONFIG_ID", "params": [ { "name": "EVENT_RELAY_CONFIG_ID", "value": "500123", "type": "path" } ] }, "docs": "Salesforce Delete Event Relay" }, { "info": { "name": "Salesforce Delete Managed Event Subscription", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/tooling/sobjects/ManagedEventSubscription/:managedEventSubscriptionId", "params": [ { "name": "managedEventSubscriptionId", "value": "500123", "type": "path" } ] }, "docs": "Salesforce Delete Managed Event Subscription" }, { "info": { "name": "Salesforce Sobject Rows Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/sobjects/:SOBJECT_API_NAME/:RECORD_ID", "headers": [ { "name": "Content-Type", "value": "example_value" } ], "params": [ { "name": "SOBJECT_API_NAME", "value": "example_value", "type": "path" }, { "name": "RECORD_ID", "value": "500123", "type": "path" } ] }, "docs": "Accesses records based on the specified object ID. Retrieves, updates, or deletes records. This resource can also be used to retrieve field values. Use the GET method to retrieve records or fields, the DELETE method to delete records, and the PATCH method to update records." }, { "info": { "name": "Salesforce Delete Sandbox", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/tooling/sobjects/SandboxInfo/:SANDBOX_INFO_ID", "params": [ { "name": "SANDBOX_INFO_ID", "value": "500123", "type": "path" } ] }, "docs": "Deletes a sandbox." }, { "info": { "name": "Salesforce Delete a Record", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/records/:RECORD_ID", "params": [ { "name": "RECORD_ID", "value": "500123", "type": "path", "description": "Record ID" } ] }, "docs": "Update a record's data.\nUser Interface API enforces Salesforce validation rules. If a validation rule fails, the response is an Error with Output.\n\nWhen you make a PATCH request to update a record, make sure that the record hasn’t changed since the user started editing it. To find out whether it’s safe to save a record, pass the If-Modified-Since HTTP header in the request.\n\nAs of API version 43.0, if you pass read-only fields in a request body, the response is an Error with Output." }, { "info": { "name": "Salesforce Delete a Favorite", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/favorites/:FAVORITE_ID", "params": [ { "name": "FAVORITE_ID", "value": "500123", "type": "path", "description": "The ID of a favorite" } ] }, "docs": "Get a favorite." } ] } ], "bundled": true }